4 lines
42 B
ChaiScript
4 lines
42 B
ChaiScript
for (var i = 0; i < 5; ++i) {
|
|
print(i)
|
|
}
|
for (var i = 0; i < 5; ++i) {
|
|
print(i)
|
|
}
|