github.com/arkenidar/sbul
SBUL: a Simple Basic Uniform Language.
an exploration of JSON-based and HTML based software making.
Current step ?.
breakpoints list. e.g. : "2,4".
[
"program",
["ignored note", ["json", "test 1\n"]],
["set contextual variable", ["json", "text output"], ["json", ""]],
["append text", ["json", "text output"], ["json", "count ( "]],
["append text", ["json", "text output"], ["sequence size", ["json", [1, 2, 3, 4]]]],
["append text", ["json", "text output"], ["json", " )\n"]],
["write message", ["contextual variable", ["json", "text output"]]],
["if then",
["json", true],
["procedure", ["json", "message"], ["json", "it works!"]]
],
["procedure", ["json", "message"], ["procedure", ["json", "question"],
["json", "enter integer"],
["json", "10"]
]]
]