Special charactersΒΆ

Here is a listing of all syntactic sequences of characters which bring a special meaning:

  • \s (any whitespace character, including the new line \n)
  • [
  • ]
  • {
  • }
  • (
  • )
  • :
  • <:
  • >:
  • =:
  • =
  • ,
  • .
  • '

Note

These special sequences of characters cannot be used to represent a nominal identifiers.