# bgt

Branch if greater (CMP > 0).

# Syntax

bgt <branch>
# Parameters

# Example

bgt foo
//...
foo:

# History

  • 0.1 added