On 09.05.2016, at 20:35, Phil (list) <pbpubl...@gmail.com> wrote:
> 
> Smalltalk doesn't have a switch/case statement

True, but Squeak does:

        aValue caseOf: {
                [firstValue] -> [firstBlock].
                [secondValue] -> [secondBlock].
        } otherwise: [elseBlock]

- Bert -



Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to