"Appels en peren": types

Values belong to a type

The most important built-in types are:

  • String

    "This is a string", or "0.234", or " " (whitespace)

  • Integer

    2, or 3, or -2, or 0, not 0.0!

  • Floating-point

    2.234, or -12.3234, or 2343.1, or 0.0