Files
GroundPY/test2.grnd

5 lines
84 B
Plaintext
Raw Normal View History

2025-09-13 15:48:41 +10:00
stdout "Type something: "
stdin &myString
stdout "You said: "
stdout $myString
2025-09-13 07:08:11 +10:00
end 0