mono/packages/xblox/tests/fixtures/while-count.json
2026-04-07 19:41:32 +02:00

17 lines
237 B
JSON

{
"version": 1,
"context": { "n": 0 },
"roots": [
{
"kind": "while",
"condition": "this.n < 3",
"items": [
{
"kind": "runScript",
"method": "this.n++; return this.n;"
}
]
}
]
}