Date: 08/31/00
- Next message: Luca Perugini: "[PHP-DOC] cvs: phpdoc /it/language functions.xml"
- Previous message: Luca Perugini: "[PHP-DOC] cvs: phpdoc /it/language variables.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
perugini Thu Aug 31 15:28:24 2000 EDT
Modified files:
/phpdoc/it/language expressions.xml
Log:
Sync with en tree.
Index: phpdoc/it/language/expressions.xml
diff -u phpdoc/it/language/expressions.xml:1.1 phpdoc/it/language/expressions.xml:1.2
--- phpdoc/it/language/expressions.xml:1.1 Sat Dec 18 17:01:09 1999
+++ phpdoc/it/language/expressions.xml Thu Aug 31 15:28:24 2000
@@ -90,8 +90,8 @@
<simpara>
A very common type of expressions are comparison expressions.
These expressions evaluate to either 0 or 1, meaning FALSE or TRUE
- (respectively). PHP supports > (bigger than), >= (bigger than
- or equal to), == (equal), != (not equal), < (smaller than) and <=
+ (respectively). PHP supports > (bigger than), >= (bigger than
+ or equal to), == (equal), != (not equal), < (smaller than) and <=
(smaller than or equal to). These expressions are most commonly used
inside conditional execution, such as <literal>if</literal>
statements.</simpara>
- Next message: Luca Perugini: "[PHP-DOC] cvs: phpdoc /it/language functions.xml"
- Previous message: Luca Perugini: "[PHP-DOC] cvs: phpdoc /it/language variables.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

