[F-Script-talk] make an alias
Brought to you by:
pmougin
From: bob a. <rd...@pa...> - 2002-05-02 03:48:38
|
i saw a nice command in the tutorial: inspectWith:{#name, #address, #salary} so i tried it with another command: (P at:P address = 'PARIS') inspectWith:{#name, #address, #salary} and it worked. good. so i thought it would be nice to have an alias for it. but i couldn't figure out how. i tried putting it in a block: ins := [inspectWith:{#name, #address, #salary}] but that didn't work. any way to make an alias for it? |