From a97d9f4a7f8c1e8c1e9d2921b40b34aad3643481 Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Thu, 13 Apr 2023 23:47:25 -0500 Subject: Fixed for loops --- examples/hello.sloth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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!"); } -- cgit v1.2.3