aHello, World!\^+1\28\:1\ aHello, and welcome to Singular 1.2!\aSyntax can be found in instructions.\^^+1\28\:1\+2\29\:2 ^: Adds a new variable to the memory +: Adds a value to a variable in the memory -: Subtracts a value from a variable in the memory : Displays a variable from the memory as a letter [: Starts a loop ]: Ends a loop and goes back to the beginning of the loop d: Waits a given amount of time in seconds a: Adds a string to the alphabet to be used in a variable Syntax: +: +, variable, \, value, \ variable = 1, value = 10: +1\10\ -: -, variable, \, value, \ variable = 1, value = 10: -1\10\ ^: ^ d: d, delay, \ delay = 12: d12\ [: [ ]: ] : :, variable, \ variable = 6: :6\ a: a, string, \ string = Hello aHello\