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