зеркало из https://github.com/microsoft/pict.git
19 строки
210 B
Plaintext
19 строки
210 B
Plaintext
|
A: 1, 2, 3, 4
|
||
|
B: 1, 2, 3, 4
|
||
|
C: 1, 2, 3, 4
|
||
|
D: 1, 2, 3, 4
|
||
|
E: ala, bela, cela, dela
|
||
|
F: ala, bela, cela, dela
|
||
|
|
||
|
if [e] not like "al*" then [a] > 1
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
else
|
||
|
|
||
|
|
||
|
|
||
|
> 1;
|
||
|
if not [f] like "al*" then [b] > 1 else [b] <= 1;
|