Salome HOME
CCAR: rabattre la version V1_15a4 dans la branche principale
[tools/eficas.git] / Tests / testcomm9 / pars1.comm
1 DEBUT()
2 a=1 # comment
3 c=32.3 # comment
4
5 aa='string # bizarre'
6 a="string # bizarre"
7
8 b="string ( bizarre"
9
10 d="""string multi
11 line
12 """
13 e="""string multi # ssssssssssss
14 line
15 """
16 P='''string # bizarre' #profondeur ' # autre
17 bbb'''
18
19 #comment
20 #comment
21 #comment
22
23 #commenta
24 ##XXXX=CHARGE(RAYON=0.1E-2,VALE=(0.12E-1,0.54E-5,0.1),MCF=_F(VALE=0.3E-5),
25 ##            V="toto",
26   ##         )
27 #commentb
28
29 ##CH=CHARGE(RAYON=0.1E-2,VALE=(0.12E-1,0.54E-5,0.1),MCF=_F(VALE=0.3E-5),
30 ##          MCF2=(_F(VALE=0.3E-4,GROUP_MA='GMA0601'),_F(VALE=0.3E-2)),
31 ##          VALE_C=[0.12E-3,0.54E-1,0.1],
32   ##         )
33 MA=LIRE_MAILLAGE()
34 a=(10,
35 #commentc
36 12,13)
37
38 #commentd
39 P=1       #profondeur
40 #commente
41 aaa=(10,
42 11, #commentc
43 12,13)
44 xx=EVAL("13.26")
45
46 fmt_raison='-'*80+'''
47
48    Exception erreur_Fatale interceptee
49    Raison : %s
50
51 '''+'-'*80+'xxxxxxxxxxxxxxxx\n'
52
53 # commen """
54 # commen '''
55 # commen '
56 # commen "
57 BETA=3.41557E-08
58
59 a=8.3 ;   #position
60
61 FIN()