From: <dba...@us...> - 2011-03-18 00:04:11
|
Revision: 217 http://devmon.svn.sourceforge.net/devmon/?rev=217&view=rev Author: dbaldwin Date: 2011-03-18 00:04:05 +0000 (Fri, 18 Mar 2011) Log Message: ----------- clarification on whitespace around "x" Modified Paths: -------------- trunk/docs/TEMPLATES Modified: trunk/docs/TEMPLATES =================================================================== --- trunk/docs/TEMPLATES 2011-03-17 05:07:31 UTC (rev 216) +++ trunk/docs/TEMPLATES 2011-03-18 00:04:05 UTC (rev 217) @@ -431,7 +431,7 @@ operators: '+' (Addition) '-' (Subtraction) - 'x' (Multiplication) + ' x ' (Multiplication - note white space on each side) '/' (Division) '^' (Exponentiation) '%' (Modulo or Remainder) @@ -440,7 +440,7 @@ ' . ' (string concatenation - note white space each side) '(' and ')' (Expression nesting) - This transform is not whitespace sensitive, except in the case of x, so both: + This transform is not whitespace sensitive, except in the case of ' x ' and ' . ' , so both: {sysUpTime} / 100 and {sysUpTime}/100 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |