Guest User

Untitled

a guest
Jul 5th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Before
  2. proc myProc(a, b, c, d: Types): T {.prop1, prop2, prop3.} =
  3. a + b + c + d
  4.  
  5. After
  6. proc myProc(a, b, c, d: Types): T {.prop1, prop2, prop3.}
  7. a + b + c + d
Advertisement
Add Comment
Please, Sign In to add comment