title: Start --- // Variable testing // Testing variable storage <> // Test numeric storage <> <> // Test numeric storage (negative) <> // Test string storage <> <> // Test immediate value arithmetic <> <> // Test immediate addition <> <> // Test immediate subtraction <> <> <> // Test immediate multiplication <> <> // Test immediate division <> <> <> // Test immediate assignment addition <> <> // Test immediate assignment multiplication <> <> // Test immediate assignment division <> <> // Test immediate assignment subtraction <> // Testing variable arithmetic <> <> <> // Test variable addition <> <> // Test variable subtraction <> <> <> // Test variable multiplication <> <> // Test variable division <> // Testing default variable values <> // An undefined variable must default to 0 for arithmetic <> // Testing string addition <> <> <> // "Test immediate string addition <> <> // "Test string addition <> ===