Correct an oopsie

This commit is contained in:
Maxwell 2025-04-30 17:55:56 +10:00
parent 80c16288bb
commit 98244e86a7

View File

@ -31,7 +31,7 @@ Print things:
println "Hello!"; println "Hello!";
``` ```
Print things without a new line using `println`. Print things without a new line using `print`.
Set a variable: Set a variable: