start | all-pages
datadefinitions
To define a custom data structure, you can use +d:create.
'name d:create .... code to lay down data ....
E.g., to make an array with three values you could do:
'MyArray d:create #3 comma #100 comma #200 comma #300 comma