Update User Input and Output
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user