Teapot on GET: '/welcome' -> 'Hello World!'; start.
Imagine it this way with brackets:
Teapot on GET: ('/welcome' -> 'Hello World!'); start.
This is the same as writing:
Teapot on GET: ( Associtation key: '/welcome' value: 'Hello World!') ; start.
Shorter:
(x -> y) = (Association
key: x value: y)
Free forum by Nabble | Edit this page |