Press [space] to add code and [up arrow] to run code. c/[line] - delete line a/[line]/[code] - add line r/[line]/[code] - replace line "x" is off, "o" is on. All values start at "x". (instructions below) x - write the current value as "x" o - write the current value as "o" ?[x/o],[then do], - if the current value is the input chosen (x/o) then do the next statement < - move the pointer(chosen value) left/up > - move the pointer(chosen value) right/down ! - set current value to "o" if a key is pressed, otherwise set to "x" . - output current value [number] - go back to code line #[number] :XOX - use XOX(x and o) output :BIN - use BIN(binary) output :CHR - use CHR(single character) output :TXT - use TXT(text string) output :CNT - use CNT(count#) output :ASC - use ASC(ascii character) output(in development) #[text]# - comment, will be ignored while running