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
echo 'import math; round(float(25) * 2.54, 2)' | ./bin/nim c -r -
stdinfile.nim(1, 14) Warning: use strformat module instead; round is deprecated [Deprecated]
^
stdinfile.nim(1, 19) Error: expression 'round(63.5, 2)' is of type 'float' and has to be discarded
^
source should point to stdin input (serialized as string)
source should point to stdin input (serialized as string)
The text was updated successfully, but these errors were encountered: