4 lines
79 B
Text
4 lines
79 B
Text
import "meta" for Meta
|
|
|
|
var s = "for (i in 0..4) System.print(i)"
|
|
Meta.eval(s)
|