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