Pointer Dereferencing: mention ++ and --
commited
commit
1122eb1cc572757893eb365661e2a581b62baf6b
... | ... | @@ -41,8 +41,8 @@ This behaviour, when combined with wire splitting, results in a peculiar quirk w |
41 | 41 | Known script blocks that output a pointer are all the Get Variable and List Element blocks. |
42 | 42 |  |
43 | 43 | |
44 | Known script blocks that accept a pointer as input are the Variable inputs of the List Element blocks and the Variable input of the Menu Item block. |
|
45 |  |
|
44 | Known script blocks that accept a pointer as input are the Variable inputs of the List Element blocks, the Variable input of the Menu Item block and, increment and decrement block. |
|
45 |  |
|
46 | 46 | |
47 | 47 | ## Tips |
48 | 48 | Here are some general tips to conserve the limit as much as possible. |