From: Chris S. <san...@us...> - 2005-09-17 11:31:12
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11689/lang/en/doc Modified Files: en_doc.php Log Message: Index: en_doc.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/en_doc.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** en_doc.php 12 Sep 2005 08:07:47 -0000 1.9 --- en_doc.php 17 Sep 2005 11:31:04 -0000 1.10 *************** *** 328,331 **** --- 328,335 ---- and false otherwise."; + $stackAnswerTest['Num_SAns>TAns']['doc']="Is SAns>TAns? Both are assumed to be numbers."; + + $stackAnswerTest['Num_SAns>=TAns']['doc']="Is SAns>=TAns? Both are assumed to be numbers."; + $stackAnswerTest['String']['doc']="This is a string match, ignoring leading and trailing white space which are stripped from all answers, using PHP's <tt>trim()</tt> function."; |