NOT Method

The NOT method of VPGL Language is logical complement operation.

NOT takes 1 input, and emits 1 output. If input 0 is NIL, NOT emits T object to output 0, otherwise(input 0 is not NIL), emits NIL to output 0.