stdin works i think

This commit is contained in:
SpookyDervish
2025-09-13 15:48:41 +10:00
parent 983e1e8a74
commit cc82d27b03
5 changed files with 90 additions and 2 deletions

View File

@@ -1,2 +1,5 @@
stdout "Hello, World!\n"
stdout "Type something: "
stdin &myString
stdout "You said: "
stdout $myString
end 0