parse
..Root.parse
Parses code from string to BlockCallable object. It is used by import and -file flag.
BlockCallable
import
-file
Parameters: String
String
Return value: BlockCallable
Root
NativeCallable, Callable
NativeCallable
Callable
auto fun.=(parse("log(\"from string\");")); fun();
from string