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