GT Method

The GT method of VPGL Language compares 2 inputs.

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