Guest User

Untitled

a guest
Jan 13th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. var %x = 1
  2. while %x < 31 {
  3. if (%f [ $+ [ %x ] ] == $null) { HALT }
  4. inc %x
  5. }
Add Comment
Please, Sign In to add comment