Skip to content

Commit b2a0f48

Browse files
authored
Add files via upload
1 parent 90ac86e commit b2a0f48

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

doc/SelectBigROI.md

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,35 @@ In particular, the currently offered "big roi´s" are :
66

77
```python
88
Choice("big_roi",{
9-
"if condition" : "if condition", "else if condition" : "else if condition", "while condition" : "while condition", "if expression condition" : "if´´ expression condition",
10-
"if expression body" : "if expression body", "if expression":"if expression", "return value" : "return value",
11-
"pass":"pass", "break" : "break", "continue" : "continue",
12-
"assertion message" : "assertion message", "assertion condition" : "assertion condition",
13-
"(assignment right| right)" : "assignment right", "(assignment left| left)" : "assignment left", "assignment full" : "assignment full",
14-
"import statement":"import statement", "(import|imported) (value|item|object|element)":"import value", "module" : "module",
15-
"(expression statement|expression)" : "expression statement",
16-
"iterator" : "iterator", "iterable" : "iterable", } ),
9+
"if condition" : "if condition",
10+
"else if condition" : "else if condition",
11+
"while condition" : "while condition",
12+
13+
"if expression condition" : "if´´ expression condition",
14+
"if expression body" : "if expression body",
15+
"if expression":"if expression",
16+
17+
"return value" : "return value",
18+
19+
"pass":"pass",
20+
"break" : "break",
21+
"continue" : "continue",
22+
23+
"assertion message" : "assertion message",
24+
"assertion condition" : "assertion condition",
25+
26+
"(assignment right| right)" : "assignment right",
27+
"(assignment left| left)" : "assignment left",
28+
"assignment full" : "assignment full",
29+
30+
"import statement":"import statement",
31+
"(import|imported) (value|item|object|element)":"import value",
32+
"module" : "module",
33+
34+
"(expression statement|expression)" : "expression statement",
35+
36+
"iterator" : "iterator", "iterable" : "iterable",
37+
} ),
1738
```
1839

19-
I think most of them are pretty aelf explanatory,
40+
I think most of them are pretty aelf explanatory,

0 commit comments

Comments
 (0)