]> Witch of Git - ivy/blob - ivy-examples/lots-of-numbers.vy
Load numbers directly instead of via stack
[ivy] / ivy-examples / lots-of-numbers.vy
1 (let ([f (lam (a b c d e) 0)])
2 (f 1 2 3 4 5))