1
0
forked from Mirror/wren
Files
wren/doc/site/try/index.markdown
2020-06-05 14:57:20 -07:00

500 B

^title Try Wren


examples:   hello loop fractal

enter code below

run
System.print("hello wren")

no errors

code output

...