Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Oz 0.21 KB | None | 0 0
  1. Consider the following simple example:
  2.   local P Q in
  3.     proc {Q X} {Browse stat(X)} end
  4.     proc {P X} {Q X} end
  5.       local Q in
  6.         proc {Q X} {Browse dyn(X)} end
  7.         {P hello}
  8.       end
  9.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement