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).