[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: When do we get benefit to use "long string"?
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 21 Jun 2016 09:02:25 +0200
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.