If you don't have a micro:bit you can press S and the green flag to enter simulation mode. Press A to sicle through letters. Press B to type the letter. Press both (or A+B if you are using simulation mode) to enter the command. The back arrow is backspace. commands: - shutdown - a fancy way to stop the progect - delete('file name') - deletes a file (dangerous) - read('file name') - reads a file - script: - creates a script Script instructions - file 'file name' = 'data' - creates a file - delete('file name') - deletes a file (dangerous) - read('file name') - reads a file - display('25 bit binary string') - displays sring on screen - var 'varible name' = 'value' - creates a varable (currently useless) - wait('time value in seconds') - waits before continuing running the script - run - runs the script