Login  Register

Re: Use of -> in Pharo Code

Posted by Pharo Smalltalk Users mailing list on Nov 30, 2016; 2:45am
URL: https://forum.world.st/Use-of-in-Pharo-Code-tp4925229p4925231.html

Hi Bruce,

good to see you around, again!

The arrow is an Association in short...

Sebastian


Am 29.11.2016 um 18:48 schrieb Bruce Prior:
I have been away from smalltalk coding for a while. On returning to the fold, I often see the use of a right arrow in code. Is this something new?

Today in a Teapot app example, I saw,

Teapot on GET: '/welcome' -> 'Hello World!'; start.

What is the arrow for?