RosettaCodeData/Task/Hello-world-Text/YAMLScript/hello-world-text-10.ys
2023-07-09 17:42:30 -04:00

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!"