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

15 lines
224 B
JSON

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