Closed WolfeCub closed 3 years ago
Here's an example
len(s) > 0 and s.foldl(True, (acc, it): acc and isDigit(it))
and has higher priority than >
and
>
Here's an example
len(s) > 0 and s.foldl(True, (acc, it): acc and isDigit(it))
and
has higher priority than>