diff --git a/test/loop.zrl b/test/loop.zrl index 78508ef..264690f 100644 --- a/test/loop.zrl +++ b/test/loop.zrl @@ -4,7 +4,7 @@ do (int i = 50000, 0, -1) { } int b = a as nat; print("Enter a string:"); -ste user_string = gets(); +str user_string = gets(); print(a.toS()); print(b.toS()); print(user_string);