You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/(examples)/04-loops/content.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Loops
2
2
3
-
Tact does not support traditional `for` loops, but its loop statements are equivalent and can easily implement the same things.
3
+
Tact does not support traditional `for` loops, but its loop statements are equivalent and can easily implement the same things. Also note that Tact does not support `break` and `continue` statements in loops like some languages.
4
4
5
5
The `repeat` loop statement input number must fit within an `int32`, otherwise an exception will be thrown.
0 commit comments