More examples documentation and just small fixes.
This commit is contained in:
parent
d21378c869
commit
24f5f7517c
3 changed files with 65 additions and 1 deletions
|
|
@ -67,3 +67,38 @@ for x in range(1, 3)
|
|||
print(x + y) // expect: 2,3,3,4
|
||||
|
||||
print("=== for/range test end ===")
|
||||
|
||||
/*
|
||||
=== for/range test start ===
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
2
|
||||
3
|
||||
3
|
||||
4
|
||||
=== for/range test end ===
|
||||
=== for/range test start ===
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
2
|
||||
3
|
||||
3
|
||||
4
|
||||
=== for/range test end ===
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue