- Split into three projects: Library, Console, and Tests - Library compiles as QRScript.Interpreter to avoid conflicts
6 lines
38 B
Text
6 lines
38 B
Text
set x 5
|
|
mul x 2
|
|
say x
|
|
inp y
|
|
say y
|
|
end
|