aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/hello.sloth2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello.sloth b/examples/hello.sloth
index 3dbc685..8201dae 100644
--- a/examples/hello.sloth
+++ b/examples/hello.sloth
@@ -1,6 +1,6 @@
print("Hello World!");
-## A basic for loop greeting the user in multiple languages
+# Comment
for greeting in ["Hello", "Hola", "你好"] {
print(greeting + " World!");
}