Re: When do we get benefit to use "long string"?
[
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: 2016年6月21日 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.