pivot/test.pivot
ElementG9 59fe22b512 Publish current work
The work that has already been done is being published in a GitHub repo.
2019-01-12 20:13:24 -07:00

5 lines
70 B
Plaintext

x = 4
y = 3 * x
asdf = (a) {return(a++)}
a = asdf(2)
log(asdf(a(x,0)))