Download this file
FUNCTION test:DINT; a: DINT; b: POINTER TO DINT; a := -1; a := +2; a := ~4; a := b^; a := -a; a := +a; a := ~a; END_FUNCTION