This is the sample:
It terminates with an error when operator /= is executed.
EMG
#include "Fwce.ch"
FUNCTION MAIN()
LOCAL nVal1 := 2.000
LOCAL nVal2 := 10
MSGINFO( nVal1 /= nVal2 )
RETURN NILIt terminates with an error when operator /= is executed.
EMG