lua-users home
lua-l archive

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


On Tue, Jun 21, 2016 at 8:59 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 2016-06-21 8:33 GMT+02:00 Satoru Kawahara <s1311350@coins.tsukuba.ac.jp>:
> That kiind of long string is a Pascal construct. "long string" in Lua means
> a string delimited by [[...]] etc.

Which will have exactly the same representation as any other string,
depending on the 255 char limit.