K 10 svn:author V 5 luigi K 8 svn:date V 27 2008-12-26T22:31:45.019770Z K 7 svn:log V 363 Clarify the behaviour of conditionals when dealing with comparisons. In particular, point out that string comparison can only use != and == (how weird, given that the underlying call to strcmp returns more information), that floating point values are correctly interpreted as numbers, and that the left-hand side must be a variable expansion. MFC after: 3 weeks END