Guest User

Untitled

a guest
Jun 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.09 KB | None | 0 0
  1. type
  2.   a=object # Works
  3.  
  4.   b*=object # Error
  5.  
  6. # t.nim(4, 4) Error: invalid visibility: '*='
Add Comment
Please, Sign In to add comment