#!/bin/csh -f
#!/bin/csh -fxv
if ( 01 != 1 ) then
	echo "string comparison 01 NOT EQUAL to 1"
else
	echo "numerical comparison 01 DOES equal 1"
endif
