RosettaCodeData/Task/Runtime-evaluation/Zkl/runtime-evaluation.zkl
2023-07-01 13:44:08 -04:00

3 lines
82 B
Text

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