• Uses the const keyword
  • Can be charactar string boolean Numeric values
  • Cannot use the Walrus := operator
  • Type will be inferred tho
  • Numeric constant uses high precision values where int will use at max 64-bit.