[–] meepmorp 2y ago ↗ > DreamBerd 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.
[–] humbugtheman 2y ago ↗ I don't understand. These seem exactly the same features as DreamBerd 1? [–] [dead] meepmorp 2y ago ↗ [flagged]
4 comments
[ 2.6 ms ] story [ 37.3 ms ] thread> print(1 + 2*3)! //7
> print(1+2 * 3)! //9
I can't decide if this is a terrible or brilliant idea, or kind of both.