|
> why not use # as a comment character like many other scripting languages. > That way lua could also be used by putting #!/usr/local/bin/lua > at the top of a script, and it could be used like a shell. There's already a hook for doing so, although it is not a comment character. -- Lyrian