pub fn op_div(stack: &mut Stack) -> bool
OP_DIV: Divides the second-to-top number by the number on top of the stack
Example: OP_DIV([n1, n2]) -> [n1/n2]
stack