lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> $-grammar or §-grammar (as per your site)?
> Mmm, § is high-Ascii, so I suppose you avoid using it in text mails, so
> people (Mac?) may see it wrong.
> How do you pronounce that?

Ah, yes. That one is asked often enough that it got its own FAQ answer: ;-)

http://members.shaw.ca/grammarforge/about/FAQ/why_is_the_section_symbol_used
.html

> - It seems there is a high demand for some simple static checks, like
> pointing out uses of a uninitialized variables:
>
> local familyName, googleUrl = '', ''
> ...
> SendTo(GoogleURL, famillyName)

That would seem fairly easy to do -- as long as we're talking about locals.

As would pointing out globals.

--
Quinn Tyler Jackson
http://members.shaw.ca/qjackson/