4 lines
82 B
Text
4 lines
82 B
Text
|
|
Compiler.Compiler.compileText(
|
||
|
|
"fcn f(text){text.len()}").f("foobar")
|
||
|
|
//-->6
|