RV Interpreter
let x = [1, "hello", true]; let i = 0; while (i < size(x)) { print(x[i]); i = i + 1; }
let x = [1, "hello", true]; let i = 0; while (i < size(x)) { print(x[i]); i = i + 1; }
Run
Execution Output
>>
Lexer Output
No Data
Parser Output
No Data