Hi,
What does "expression used as a statement" mean? I could not find a reference to this message in the documentation and reading to code is more work than I am willing to do right now. Besides, someone may already have the answer.
Here are the output from gpc and the source code. Line 1219 is the call to View.
Thanks.
/usr/local/bin/gpc -c --short-enums level4.pas level4.pas: In function `Initnq': level4.pas:1219: parse error before `(' level4.pas:1219: parse error before `(' level4.pas:1219: warning: expression used as a statement - value is ignored make: *** [level4.o] Error 1
FOR i := 1 TO 4 DO FOR j := 1 TO 4 DO IF i = j THEN identity44[i,j] := Real ( 1.0 ) ELSE identity44[i,j] := Real ( 0.0 );
ResetTrans;
View ( 0,virXMax, 0,virYMax, 0,virZMax );
CFont ( StandardSimplex ); CSize ( 0.04, 0.04 );