mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-07 05:38:01 +00:00
11 lines
225 B
Text
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 }
|