![]() | Fun 0.41.5 The programming language that makes You have fun |

Files | |
| apop.c | |
| Implements the OP_APOP opcode for removing elements from arrays in the VM. | |
| clear.c | |
| Implements the OP_CLEAR opcode for clearing arrays in the VM. | |
| contains.c | |
| Implements the OP_CONTAINS opcode for checking array membership in the VM. | |
| enumerate.c | |
| Implements the OP_ENUMERATE opcode for enumerating arrays in the VM. | |
| index_get.c | |
| Implements the OP_INDEX_GET opcode for array and map indexing in the VM. | |
| index_of.c | |
| Implements the OP_INDEX_OF opcode for finding the index of a value in an array in the VM. | |
| index_set.c | |
| Implements the OP_INDEX_SET opcode for array and map assignment in the VM. | |
| insert.c | |
| Implements the OP_INSERT opcode for inserting elements into arrays in the VM. | |
| join.c | |
| Implements the OP_JOIN opcode for joining array elements into a string in the VM. | |
| make_array.c | |
| Implements the OP_MAKE_ARRAY opcode for creating arrays in the VM. | |
| push.c | |
| Implements the OP_PUSH opcode for appending elements to arrays in the VM. | |
| remove.c | |
| Implements the OP_REMOVE opcode for removing elements from arrays in the VM. | |
| set.c | |
| Implements the OP_SET opcode for setting elements in arrays in the VM. | |
| slice.c | |
| Implements the OP_SLICE opcode for array slicing in the VM. | |
| zip.c | |
| Implements the OP_ZIP opcode for array zipping in the VM. | |