Guest User

Untitled

a guest
May 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.17 KB | None | 0 0
  1. alias py {
  2.   var %i = $1
  3.   while (%i != -1) {
  4.     say $str($chr(160),%i) $+ $str(.,$calc($1 - %i)) $+ $str(.,$calc($1 - %i)) $+ $str($chr(160),%i)
  5.     dec %i
  6.   }
  7. }
Add Comment
Please, Sign In to add comment