3 lines
164 B
Text
3 lines
164 B
Text
# The . at the start of a value is way to indicate that the value is a scalar (string).
|
|
# Without the . this would be invalid YAML(Script).
|
|
say: ."Hello", "world!"
|