From: ilct <> Date: Mon, 28 Nov 2011 09:17:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: mergeto_trunk_2012-08-22~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8e1af161334916c1eeaaf9bb76e76d4e3f4003da;p=tools%2Feficas.git *** empty log message *** --- diff --git a/doc/python_rules.rst b/doc/python_rules.rst index 519bdefc..78d3342e 100644 --- a/doc/python_rules.rst +++ b/doc/python_rules.rst @@ -21,8 +21,8 @@ Some identifiers are reserved words : * Eficas itself uses identifiers which become reserved words. for example you can't use the following word, even if it would make some interesting names: - BLOC, EXCLUS, OPER, ASSD, - EVAL, FACT, FORM, JDC, - - REGLE, VALIDATOR, EXCLUS, - - ETAPE, ENTITITE + - REGLE, VALIDATOR, + - ETAPE, ENTITE Python's way for assigning values to variables: -------------------------------------------------