Name

loword:toolbelt — ordinary primitive

Synopsis

FORTH

LOWORD ( xxyy -- yy )();
p4:"loword";

Description

The low half of the value.

 : LOWORD  ( xxyy -- yy )  65535 AND ;