RosettaCodeData/Task/Runtime-evaluation/Zkl/runtime-evaluation.zkl
2017-09-25 22:28:19 +02:00

3 lines
82 B
Text

Compiler.Compiler.compileText(
"fcn f(text){text.len()}").f("foobar")
//-->6