FormatProperties
.
LastSeparator
The Separator between the last 2 items of a list of 3 or more.
Example
=
Block
{
DottedList
{
'a'
..
'd'
step
1;
};
CountList
{
[1, 2, 3, 4];
};
};
a
+
b
+
c
…
d
1, 2, 3 and 4