Primitive Modes and Data Types
This chart displays the primitive data types available in Nada, categorized by mode. The modes link to Nada program examples for each data type.
Secret | Public | Literals |
---|---|---|
SecretInteger | PublicInteger | Integer |
SecretUnsignedInteger | PublicUnsignedInteger | UnsignedInteger |
SecretBoolean | PublicBoolean | Boolean |
Secret and Public modes specify whether user inputs to a Nada program are treated as secret (private) or public data.
Literals are constants that can only be used within a Nada program and are not tied to specific user inputs.