Update User Input and Output

2025-09-22 09:54:41 +10:00
parent ba0e2b08f1
commit 0e8887c834

@@ -14,7 +14,7 @@ The syntax is: `stdout $string`
The `stdlnout` command allows the program to output text to the terminal. Unlike `stdout`, `stdlnout` will automatically append a newline character to the end of any string. The `stdlnout` command allows the program to output text to the terminal. Unlike `stdout`, `stdlnout` will automatically append a newline character to the end of any string.
Please note that this command is not yet functional in [GroundPY](url=https://git.maxwellj.xyz/ground/GroundPY) - a workaround is to simply append a newline character to the end of the string. Please note that this command is not yet functional in [GroundPY](url=https://git.maxwellj.xyz/ground/GroundPY) - a workaround is to simply append a newline character to the end of the string.
The syntax is: `stdout &variable` The syntax is: `stdlnout $string`
## **Example Program** ## **Example Program**
This program asks the user "Do you like cheese?" until the user inputs "yes" (must be lowercase). This program asks the user "Do you like cheese?" until the user inputs "yes" (must be lowercase).