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

4 lines
84 B
Rexx
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a = .array~of(1, 2, 3)
ins = "loop num over a; say num; end"
interpret ins