RosettaCodeData/Task/Hello-world-Text/YAMLScript/hello-world-text-10.ys

4 lines
164 B
Text
Raw Permalink Normal View History

2023-07-09 17:42:30 -04:00
# 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!"