9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
#title Push_N [RCBasic Doc]
|
|
#header sub Push_N( num_stack, n )
|
|
|
|
Pushes a number onto a number stack
|
|
|
|
#ref Pop_N
|
|
|
|
|