line breaking and indenting
line breaking and indenting
- Subject: line breaking and indenting
- From: Gakuji Ohtori <email@hidden>
- Date: Mon, 29 Jan 2001 01:39:53 +0900
Question 1:
The script
set a to ,
{,
a:1,,
b:2,,
c:3,
}
becomes
set a to ,
,
,
{a:1, b:2, c:3 ,
} ,
after a compilation. Are there any ways to avoid this? Probably not.
Question 2:
It seems records do not allow line-breaking with the continuation
character between their properties. No ways to line-break between
properties?
Gaji