> DreamBerd 2 has significant whitespace. Use spacing to specify the order of arithmetic operations.<p>> print(1 + 2*3)! //7<p>> print(1+2 * 3)! //9<p>I can't decide if this is a terrible or brilliant idea, or kind of both.