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.
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;