Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- converter `$`(n: float): string =
- if fmod(n, 1.0) == 0:
- $int(n)
- else:
- $n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement