Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let s = @[1]
- proc p(): bool {.gcsafe.} =
- for i in s:
- echo i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement