Skip to content
Snxhit_ edited this page May 8, 2025 · 2 revisions

Welcome to the Lamentable wiki!

Version: V 0.0.1 || Pre-release


Functions

1. shout

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.

2. let

Effect:

Stores the inputted value (numeric only) as a variable with the chosen name.

Syntax:

let name = number

Properties:

None.