| 68 | |
| 69 | == Comparing Values == |
| 70 | |
| 71 | to-do (<>, is & is not vs. == & <>, overriding .equals (and .getHashCode) and .compareTo) |
| 72 | |
| 73 | == Collections == |
| 74 | |
| 75 | to-do (list, array, set, dict, explicit creation, indexing, membership(in and not in for lists, arrays, sets, dict.keys, dict.values) ) |
| 76 | |
| 77 | == Slicing == |
| 78 | |
| 79 | to-do |
| 80 | |
| 81 | == Type Membership == |
| 82 | |
| 83 | to-do (inherits, implements, if-inherits, alternative is virtual method) |
| 84 | |
| 85 | == If Expression == |
| 86 | |
| 87 | to-do |
| 88 | |
| 89 | == For Expression == |
| 90 | |
| 91 | to-do |
| 92 | |
| 93 | == Nil == |
| 94 | |
| 95 | to-do (nil, to ?, to !, coalesce ? and ?=, ! and !=) |
| 96 | |