Guest User

Untitled

a guest
Mar 4th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. PROC
  2. Repeat_X_Times((INTEGER) _X)
  3. THEN
  4. SetDB_While(_X);
  5. CountToXContinue(_X);
  6. PROC
  7. CountToXContinue((INTEGER) _X)
  8. AND
  9. DB_While(_Count)
  10. AND
  11. _Count < _X
  12. THEN
  13. DebugBreak("Repetition");
Advertisement
Add Comment
Please, Sign In to add comment