//standard setup code sync on sync rate 30 //prepare the code holding array dim code$(10) //stick our code in an array code$(1) = "print" code$(2) = "hello!" code$(3) = "print"