cleanup and small escape character fix

This commit is contained in:
SpookyDervish
2025-09-06 21:18:22 +10:00
parent daf42eba09
commit 23ec72e961
5 changed files with 18 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
set &x "Hello, World!"
set &x "Hello, World!\n"
set &y 123
stdlnout $x
stdout $x
end $y