1 | | |
2 | | |
3 | | |
4 | | |
5 | | |
6 | | |
7 | | |
8 | | |
9 | | |
10 | | |
11 | | |
12 | | |
13 | | |
14 | | |
15 | | |
16 | | |
17 | | |
18 | | |
19 | | |
20 | | |
21 | | |
| START_MARKER | | test_true(Debug.refs("")) | test_true(Debug.refs(({}))) | test_true(Debug.refs(([]))) | test_true(Debug.refs(this)) | test_true(arrayp( Debug.next(({})) || Debug.prev(({})))) | test_do(object o=this | test_do(object o=this | | test_true(objectp(Debug.next_object()) || intp(Debug.next_object()) && Debug.next_object()) | test_any([[ | object o=Debug.next_object() | for(int e=0 | o=Debug.next_object(o) | return o | ]], 0) | | END_MARKER | | |
|