5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
|
local arr = [1,2,3]
|
||
|
|
foreach(arr, "x", fn() {
|
||
|
|
print(x)
|
||
|
|
})
|