Guest User

Untitled

a guest
Apr 14th, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. type Thing = object
  2. Property: int
  3. proc newThing(): var Thing =
  4. result.Property=4
  5. var a = Thing()
Advertisement
Add Comment
Please, Sign In to add comment