LNG

Concatenate to double word

@LNG(expression1, expression2)

Description

Concatenates the single-word expression1 and expression2 into a double-word value such that expression1 is the high word and expression2 is the low word.

Example

LWORD DC @LNG(5.0,2.0)