Skip to content
pannous edited this page Apr 4, 2024 · 1 revision

The do keyword evaluates a passive data block as code

test: {print "OK"}
do test

test1 := print "OK"
test1 // active, no 'do' required'

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally