4 lines
84 B
Rexx
4 lines
84 B
Rexx
|
|
a = .array~of(1, 2, 3)
|
||
|
|
ins = "loop num over a; say num; end"
|
||
|
|
interpret ins
|