RosettaCodeData/Task/Runtime-evaluation/Wren/runtime-evaluation.wren

5 lines
79 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import "meta" for Meta
var s = "for (i in 0..4) System.print(i)"
Meta.eval(s)