its based on arrays embedded in arrays
[
"hello world"
]this program is just a string that says hello world. it is now at location [0]
assuming x is an integer..
[]an array
,array item seperator
[0]getting item 0 from array
>[
code here
]function
[x]>[stuff here]function invocation
[x..x]>[ // for i in 1 to 10
[x]? // i
]for loop
[x]...vararg spread
["standard.ducc", std]importing standard.wglc as std
how to ducc