Skip to content

Commit 6ece6e3

Browse files
authored
Update README.md
1 parent 0667dec commit 6ece6e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ so you could pass an infinite amount of STRINGs (Because the last type before CO
3434
### Command Syntax
3535
The whole syntax is based on commands. These act like functions, that means, they can return values and accept arguments and are separated with ';'.<br>
3636
Example for the command println:
37-
- This command expects strings without limitation in number: _println [STRING] [ANY]_ and returns $null, that means nothing.
37+
- This command expects strings without limitation in number: _println [STRING] [CONTINUE]_ and returns $null, that means nothing.
3838
> println "Hello World" "And another line";
3939
4040
Command names can also be shifted, like the _[string] + [string]_ command to make the code more readable:

0 commit comments

Comments
 (0)