Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- actor Main
- new create(env: Env) =>
- var i: U32 = U32.min_value()
- repeat
- try
- i.string().u32()
- else
- env.out.print("Failed: i = " + i.string())
- end
- i = i + 1
- until i == U32.min_value() end
Advertisement
Add Comment
Please, Sign In to add comment