mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Don't need /n
This commit is contained in:
@@ -9,7 +9,7 @@ Toy programs begin at the top of the file, and continue until the end, unless an
|
|||||||
This keyword prints values to stdout for debugging (this can be altered by the host program).
|
This keyword prints values to stdout for debugging (this can be altered by the host program).
|
||||||
|
|
||||||
```
|
```
|
||||||
print "Hello World\n";
|
print "Hello World";
|
||||||
```
|
```
|
||||||
|
|
||||||
## Names and Variables
|
## Names and Variables
|
||||||
|
|||||||
Reference in New Issue
Block a user