Add list statement support with tests for creation, access, and errors

This commit is contained in:
Stone_Red
2026-03-04 15:47:54 +01:00
parent 344e9e644e
commit e99df1e3f2
6 changed files with 455 additions and 3 deletions
@@ -132,7 +132,9 @@ public class ProcessingStatementsTests
[
"global result = 0",
"global result = 1 task",
"sleep 50",
"while ${result} == 0:",
"sleep 10",
"end_while",
"${result}"
];