Guest User

Untitled

a guest
Jul 5th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. {.pragma1, pragma2.}
  2. proc myProc(a, b: int, c, d: string): Whatever = ...
  3.  
  4. proc myProc(a, b: int, c, d: string):
  5. Whatever {.pragma1, pragma2.} = ..
Advertisement
Add Comment
Please, Sign In to add comment