Guest User

Untitled

a guest
Feb 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Nrk := Object clone do (
  2. forward := method("Method called: #{call message name}" interpolate println)
  3. )
  4.  
  5. Nrk foo("bar") # prints "Method called: foo"
Add Comment
Please, Sign In to add comment