From 0e8887c834f6e6e0c661513182f0c41dc138cfdc Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Mon, 22 Sep 2025 09:54:41 +1000 Subject: [PATCH] Update User Input and Output --- User-Input-and-Output.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User-Input-and-Output.md b/User-Input-and-Output.md index 204a48d..e284ac6 100644 --- a/User-Input-and-Output.md +++ b/User-Input-and-Output.md @@ -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. 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** This program asks the user "Do you like cheese?" until the user inputs "yes" (must be lowercase).