Function spl::start_file_in_runtime
source ยท pub fn start_file_in_runtime(path: &str) -> Result<Stack, Error>Expand description
TO START A STANDALONE PIECE OF CODE, USE start_file!! Lexes and starts some SPL code from a file, returning the stack.