6 lines
55 B
Plaintext
6 lines
55 B
Plaintext
|
|
local arr = []
|
||
|
|
foreach(arr, "x", fn() {
|
||
|
|
print(x)
|
||
|
|
})
|
||
|
|
|