5 lines
62 B
Text
5 lines
62 B
Text
|
|
local a 2 9 4 7 5 3 6 1 8
|
||
|
|
foreach i in `a' {
|
||
|
|
display "`i'"
|
||
|
|
}
|