This page is also available in 3 other languages

word

[Data Types]

Description

A word can store an unsigned number of at least 16 bits (from 0 to 65535).

Syntax

word var = val;

Parameters

var: variable name.
val: the value to assign to that variable.

Example Code

word w = 10000;

See also