# blt

Branch if less (CMP < 0).

# Syntax

blt <branch>
# Parameters

# Example

blt foo
//...
foo:

# History

  • 0.1 added