Guest User

Untitled

a guest
Nov 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. let gcd_42_55 = loop(a = 42, b = 45) {
  2. if y == 0 {
  3. break x
  4. } else {
  5. continue(b, a % b)
  6. }
  7. };
Add Comment
Please, Sign In to add comment