qrscript/sample.qrs
Tony Bark 6501b72973 Renamed to QR Script
- Split into three projects: Library, Console, and Tests
- Library compiles as QRScript.Interpreter to avoid conflicts
2025-05-07 15:22:16 -04:00

6 lines
38 B
Text

set x 5
mul x 2
say x
inp y
say y
end