3 lines
69 B
Text
3 lines
69 B
Text
every i := 10 to 0 by -1 do {
|
|
# things to do within the loop
|
|
}
|
every i := 10 to 0 by -1 do {
|
|
# things to do within the loop
|
|
}
|