• Russ Cox's avatar
    bug064 · b0009bef
    Russ Cox authored
    make f(g()) work when g returns multiple
    args with names different than f expects.
    
    func swap(a, b int) (c, d int) {
    	return b, a
    }
    
    swap(swap(1,2))
    
    R=ken
    OCL=24474
    CL=24476
    b0009bef
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr/gri Loading commit data...