say without whitespace

Issue #29 wontfix
Fabian Maurer created an issue

This may be intentional, but I'd consider it a small bug. Following code

say "hi ""there.";

Outputs "there" with the title "hi "., while I expected a syntax error.

Comments (1)

  1. Chimaine

    It may not be proper coding style but syntax wise this is perfectly fine, since whitespaces between tokens are ignored.

  2. Log in to comment