Files
GroundPY/test2.grnd
2025-09-07 07:25:11 +10:00

5 lines
52 B
Plaintext

set &x 123
set &x "hiii"
stdout $x
stdout "\n"
end 0