DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / hint-01.typ
123456789
#{ let a = 2 a = 1-a a = a -1 // Error: 7-10 unknown variable: a-1 – if you meant to use subtraction, try adding spaces around the minus sign. a = a-1 }