Skip to content

Instantly share code, notes, and snippets.

@symgryph
Created June 20, 2020 11:42
Show Gist options
  • Save symgryph/756975071af26193802e8c4083810bbc to your computer and use it in GitHub Desktop.
Save symgryph/756975071af26193802e8c4083810bbc to your computer and use it in GitHub Desktop.
example
import strformat
for i in 1 .. 10:
if i mod 2 == 0:
echo(fmt"{1} is even")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment