Difference between revisions of "*"

From WikiManual
Jump to: navigation, search
 
m
 
Line 1: Line 1:
 +
===[[Operators]]:===
 +
{{Basic Commands}}
 +
 
Memory readback operator.  '''UNARY'''
 
Memory readback operator.  '''UNARY'''
  

Latest revision as of 22:46, 23 December 2005

Operators:

Basic Commands:

add & sub
mult & div
rnd
*
mod
sgn
abs

Memory readback operator. UNARY

Takes one value from the top of the stack. If that value is appropriate for a memory address [1,1000] it places the value of that memory location on the top of the stack.

Basically, instead of doing *.fixpos, you can now also do .fixpos *