== Supported Runtime Script commands in Moon OS prt, let, slp, rnd add, sub, mul, div, mod jmp, jeq, jne, jgt, jlt inp, int, str, typ, tim len, pol, pop, psh, put, get clr, drw, pxl ~ only in Moon OS: led V lib [$V*] [N?] ~lib APIs: os.get_home_path (path) os.get_current_path (path) os.set_current_path ($path) os.delete_path ($path) os.make_dir ($path, $name) os.get_file_list ($path) os.get_file_type ($path, $name, type_str) os.read_file ($path, $name, content) os.write_file ($path, $name, $content) os.get_os_info (info) os.get_sys_info (info) util.get_path_by_str ($path_str, $is_file, path) dev.set_led ($val) term.prev_line term.clear_line == Runtime Script resources Tutorial: https://siwei.dev/doc/runtime/ Cheatsheet: https://siwei.dev/doc/RuntimeScriptCheatSheet.pdf