Advertisement
Johurt

[FNC] loop_for, loop_while

May 15th, 2016
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.09 KB | None | 0 0
  1. #define loop_for(%0,%1) print(%0); for(%1)
  2. #define loop_while(%0,%1) print(%0); while(%1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement