Name

hiword:toolbelt — ordinary primitive

Synopsis

FORTH

HIWORD ( xxyy -- xx )();
p4:"hiword";

Description

The high half of the value.

 : HIWORD  ( xxyy -- xx )  16 RSHIFT ;