reference manual
/intro
/tutorial
/help
/system
/gitlog
/news
/about
Things to try, either type the grey text in the input field and run it, or just click on the code! (click again to close the popup with the result)
'Hello World!'
plus(3, 4)
3.plus(4)
flexible syntax
3.plus(4).times(5)
iterate by operate on generated values
1..10
1..10.plus(1000)
1..10.plus(1000).odd
see what you get!
1..30
/tutorial
/help
can do for you
/help fun
/help fun iota
/help Math
/help string
1..3=>a '*' 1..3=>b '=' times(a,b) nl
html(WHERE(f=func()) f.helpfun ' ' WHERE(t=f.test) t.description WHERE(r=t.run) '-' r.htmlState r.exception nl)