RosettaCodeData/Task/Runtime-evaluation/OoRexx/runtime-evaluation.rexx

4 lines
84 B
Rexx
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
a = .array~of(1, 2, 3)
ins = "loop num over a; say num; end"
interpret ins