lua-users home
lua-l archive

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


>
> a = "foo"
> b = "bar"
> baz a b
>
> ? What rule should apply here?

Actually -- that's not legal syntax AFAIK. Only string literals and
parenthesized
parameter lists are allowed... (So it *is* a special case in some ways
anyway... :)

--

  Magnus Lie Hetland      (magnus at hetland dot org)

 "Reality is what refuses to disappear when you stop
  believing in it"                 -- Philip K. Dick