roc/examples/false-interpreter/examples/hello.false
2021-09-29 16:01:54 -07: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 }