Guest User

Untitled

a guest
Oct 31st, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Oz 0.32 KB | None | 0 0
  1. local max in
  2.         max=proc{$x y ?r}
  3.         local bool in
  4.            bool= (x>=y)
  5.            if bool then x else y end
  6.         end
  7.     local a=3 in
  8.             local b=2 in
  9.                      local c in
  10.                 {max  a b c}
  11.                             {browse c }
  12.                          end
  13.                 end
  14.         end
  15. end
Add Comment
Please, Sign In to add comment