| 1122 | } |
| 1123 | |
| 1124 | void fxDeleteAt(txMachine* the) |
| 1125 | { |
| 1126 | txSlot* at = fxAt(the, the->stack); |
| 1127 | fxDeleteAll(the, the->stack + 1, at->value.at.id, at->value.at.index); |
| 1128 | } |
| 1129 | |
| 1130 | void fxDeleteID(txMachine* the, txID id) |
| 1131 | { |
no test coverage detected