You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ so you could pass an infinite amount of STRINGs (Because the last type before CO
34
34
### Command Syntax
35
35
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>
36
36
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.
38
38
> println "Hello World" "And another line";
39
39
40
40
Command names can also be shifted, like the _[string] + [string]_ command to make the code more readable:
0 commit comments