Skip to main content

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.

SecretPublicLiterals
SecretIntegerPublicIntegerInteger
SecretUnsignedIntegerPublicUnsignedIntegerUnsignedInteger
SecretBooleanPublicBooleanBoolean

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.