cool thing i made, but it's probably really buggy! before you start, click see inside so you can edit the code ------------------------------------------------------- there's only 2 things you can do at the moment, set a variable and output something to the OUTPUT list to set a variable, type the name of the variable and then = and then the value you want to set the variable to. the name of the variable can only be a positive number less than 200000. the values you can set the variable to are t, f or any logic gate (see below). a logic gate takes in 1 or 2 inputs depending on the gate. start by typing the name of the gate (and, nand, or, nor, xor, xnor, not) and then ( and then the inputs (separated by a comma if there is 2 of them) and then ). the inputs can either be t, f or any previously set variable. to output something, type "out" followed by the variable you want to output. note that you can't put a logic gate in this function! ------------------------------------------------------- examples set/create variable: 1 = t 2 = not(1) output variable: out 3 ------------------------------------------------------- the code that appears when you start the project is a half adder