DONE Both supplied

This commit is contained in:
Eric Schulte 2009-07-21 16:46:53 -06:00
parent fe0532e509
commit 30259844b9

View file

@ -2472,13 +2472,12 @@ a+b
## should be 10 ## should be 10
: 10 : 10
****** TODO Both supplied ****** DONE Both supplied
#+lob: adder1(a=1,b=2) #+lob: adder1(a=1,b=2)
#+resname: adder1(a=1,b=2) #+resname: adder1(a=1,b=2)
: 30
## should be 3 ## should be 3
: 3
**** One arg lacks default in definition **** One arg lacks default in definition
#+srcname: adder2(a=10,b) #+srcname: adder2(a=10,b)