x = (
First,
Second
);
x = (
First
,
Second
);
x = (
First,Second
);
x = (
First,Second
);
x = (
Prefix comes before
suffix
);
x = (
Prefix comes before
suffix
suffix
);
x = (
Count Chocula knows the the number
is awesome
);
x = (
{hour}:{minute}:{second}
);
x = (
{hour}
:
{minute}
:
{second}
);
x = (
{hour}:
{minute}:
{second}
);
first = (
Text
More text
And more
);
second = (
Text More text And more
);
third = (
Text
More text
And more
);