Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Oz 0.22 KB | None | 0 0
  1. local X in
  2.    X = 3
  3.    local X Y Func in
  4.       Y = 4
  5.       X = 1
  6.       proc {Func X Y}
  7.      X = 5
  8.      if X > 2 then Y = 100 else Y = 1000 end
  9.       end
  10.       {Browse [x X]}
  11.       {Browse {Func  X}}
  12.    end
  13.    {Browse X}
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement