%import c64utils %import c64flt ~ main { sub start() { str s = "hello" byte[4] ba float x = 33+s x = 33+ba } }