Text literals#
A text literal is a quoted piece of unicode text. It has the following syntax:
"some text goes here"
Alternatively, angle brackets may also be used:
<<some text goes here>>
A text literal is a quoted piece of unicode text. It has the following syntax:
"some text goes here"
Alternatively, angle brackets may also be used:
<<some text goes here>>