-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Snxhit_ edited this page May 8, 2025
·
2 revisions
Effect:
Prints input to the console.
Syntax:
shout input
Properties:
If input is a variable name, the value of the variable is shouted to the console. However, if input is some text, then it must be encased in double quotation marks (""), and the contents of the text will be shouted to the console.
Effect:
Stores the inputted value (numeric only) as a variable with the chosen name.
Syntax:
let name = number
Properties:
None.