From: Peep P. <so...@us...> - 2004-03-16 20:24:29
|
Update of /cvsroot/agd/server/doc/lpc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28055 Modified Files: operators Log Message: Marked ?: operator as DONE Index: operators =================================================================== RCS file: /cvsroot/agd/server/doc/lpc/operators,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- operators 15 Mar 2004 18:57:45 -0000 1.1 +++ operators 16 Mar 2004 20:14:58 -0000 1.2 @@ -28,7 +28,7 @@ -> binary call_other * (F_CALL_OTHER) note: This is different from C's ->. in LPC it calls a function in an object other than the current object; i.e. ob->call() would execute the function call() in object ob. - ?: trinary conditional (if-then-else) + ?: trinary conditional (if-then-else) * , binary comma - left and right side are evaluated, then right side discarded. arithmetic: |