Skip to content

Instantly share code, notes, and snippets.

Created February 1, 2018 13:31
Show Gist options
  • Save anonymous/73ed571a5be5bde25e9c8875ad69ea01 to your computer and use it in GitHub Desktop.
Save anonymous/73ed571a5be5bde25e9c8875ad69ea01 to your computer and use it in GitHub Desktop.
Shared via Pony Playground
actor Main
new create(env: Env) =>
var count: U32 = 1
while count == 1 do
env.out.print(count.string())
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment