roc/crates/cli/tests/test-projects/false-interpreter/examples/hello.false
2024-10-09 20:04:36 +02: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 }