Press C to type a command Run on Turbo Mode if you want faster computation. Commands: ver - shows the version crt - creates a file, specify name, type, and data (ex. helloworld,tx,"Hello, world!", where 1st input=name, 2nd input=type of file, 3rd input=other data in the file, and commas separate file types and end the file) del - deletes a file by its name Run a File: type in a file's name to run it Errors: err0 means invalid command/invalid name err1 means invalid file name err2 means file too long / invalid file data
dir is saved on green flag (os restart) do not name a file any command or anything containing the following: / \ , " currently only supports text files (tx) inspired by BootOS type crt or del before specifying the data to be deleted or created