Re: Use of -> in Pharo Code
Posted by
stepharo on
Nov 30, 2016; 8:09pm
URL: https://forum.world.st/Use-of-in-Pharo-Code-tp4925229p4925380.html
Hi bruce
welcome and I hope that you have fun.
What I noticed is that we get used really fast to supercool tools. Last year I had to work on a VW 2.5 version
and I thought someone had cut my hands. I ws so slow with senders and implementors and rudimentary inspectors :)
Stef
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?