# bge

Branch if greater or equal (CMP >= 0).

# Syntax

bge <branch>
# Parameters

# Example

bge foo
//...
foo:

# History

  • 0.1 added