Quick actions

cmd+k|ctrl+k

Navigation

Languages

converter_minimal

Snippet info

Language

Nim

Visibility

unlisted

Author

legacy-anonymous

Created

2016-06-29T12:23:36Z

Updated

2016-06-29T12:23:36Z

converter floatToInt(x: float): int =
  x.toInt


for _ in countup(1, 4.1):
  echo("Test")
INFO