mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
Update control.er
This commit is contained in:
parent
9e1dbc1649
commit
3e0c8a3d23
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ sum = match a:
|
|||
(i: Int) -> i
|
||||
_ -> panic "unknown object"
|
||||
|
||||
for! 0..1000, i =>
|
||||
for! 0..<1000, i =>
|
||||
print! "i = {i}"
|
||||
if i >= 100:
|
||||
do return break()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue