Diff for /loncom/html/adm/help/tex/Spreadsheet_Ternary_Operator.tex between versions 1.2 and 1.3

version 1.2, 2002/07/26 19:53:59 version 1.3, 2002/07/29 14:51:43
Line 1 Line 1
 \label{Spreadsheet_Ternary_Operator}  \label{Spreadsheet_Ternary_Operator}
 The ?'s and :'s seen in the spreadsheet cells are part of compact notation for an if-then-else clause. Something like:  The ?\index{? :}'s and :'s seen in the spreadsheet cells are part of
   compact notation for an if-then-else clause. Something like:
   
 \texttt{( B2 > 16 ? 'passing grade' : 'failing grade')}  \texttt{( B2 > 16 ? 'passing grade' : 'failing grade')}
   

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>