Implement FIND opcode
FranklinWaller opened this issue · 0 comments
FranklinWaller commented
Allows you to search an array for a specific value
- return index of the item inside the array
- Allows for multiple "queries"
- Only allowed on the "array" type
- Store index as u16