roc/crates/cli/tests/false-interpreter/examples/hello.false
2024-08-16 14:50:55 +10:00

11 lines
225 B
Text

{ This is a comment}
{ White space doesn't matter}
{ Strings in False just automatically print...So, "Hello, World!", I guess }
"Hello, World!
"
{ Note the new line created by the white space that matters in strings }