* ( n1 n2 -- n1*n2 )
published: 28 January 2023 / updated 28 January 2023
Integer multiplication of two numbers.
Example:
6 3 * \ push 18 operation 6*3 7 3 * \ push 21 operation 7*3 -7 3 * \ push -21 7 -3 * \ push -21 -7 -3 * \ push 21
published: 28 January 2023 / updated 28 January 2023
Integer multiplication of two numbers.
6 3 * \ push 18 operation 6*3 7 3 * \ push 21 operation 7*3 -7 3 * \ push -21 7 -3 * \ push -21 -7 -3 * \ push 21