Guest User

Untitled

a guest
May 28th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. actor Main
  2. new create(env: Env) =>
  3. var womb = recover iso Wombat("My wombat") end
  4. env.out.print(womb.hunger().string())
Advertisement
Add Comment
Please, Sign In to add comment