GE Method

The GE method of VPGL Language compares 2 inputs.

GE takes 2 inputs and emits 1 output. GE starts on arriving both inputs, comare the value of input 0 with input 1, then emits T if input 0 is greater than or equal to input 1 to output 0. If input 0 is less than input 1, GT emits NIL to output 0.