Guest User

Untitled

a guest
Sep 2nd, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias hopall {
  2.   var %chans = $chan(0)
  3.   while (%chans > 0) {
  4.     hop -c $chan(%chans)
  5.     dec %chans
  6.   }
  7. }
Add Comment
Please, Sign In to add comment