15 lines
224 B
JSON
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;"
|
|
}
|
|
]
|
|
}
|
|
}
|