On 11 Dec 2006, at 09:44 pm, Brian L. wrote:
> With the removal of attachedMessage/attached, It looks like
> newlines are being treated as follows:
>
> 1. Newlines are converted to semicolon messages
> 2. After newlines are converted, if multiple semicolons appear in a
> sequence, replace them with one
> 3. Treat semicolon as an operator with the highest precedence
That sounds right.
> Is there more to this? Does the extra message introduce runtime
> overhead or is there something clever to get around this?
The initial implement did full dynamic messages for semicolons, but
the current one effectively skips them.
- Steve
.