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;
[Data Types]
A word can store an unsigned number of at least 16 bits (from 0 to 65535).
word var = val;
var
: variable name.val
: the value to assign to that variable.
word w = 10000;