You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: expression '0 < result' is of type 'bool' and has to be used (or discarded)
Expected Output
Should compile and work like any other variable.
Additional Information
$ nim -v
Nim Compiler Version 1.5.1 [Linux: amd64]
Compiled at 2021-01-28
Copyright (c) 2006-2021 by Andreas Rumpf
git hash: fc9cf2088d8ba969115a335239d57c05fbee9ad4
active boot switches: -d:release
The text was updated successfully, but these errors were encountered:
Example
A more realistic example:
Current Output
Does not compile:
Expected Output
Should compile and work like any other variable.
Additional Information
The text was updated successfully, but these errors were encountered: