CLI

Commands

Syntax Example

Here, code written inside [ ] brackets was typed into the text box popup.

♄: cell root python y
[x = 10]
♄: cell mid python y
[x *= 22]
♄: cell bottom python y
[print(x)]
♄: link root mid
♄: link mid bottom
♄: execute
220
♄: quit