lua-users home
lua-l archive

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


> Just not the latter, */.

What about the following C++ code?

  a = b *//this is a one-line comment
      2;

-- Roberto