Lines Matching +full:top +full:- +full:level

8 dc \- desk calculator
31 C-like syntax that implements functions. \fBbc\fR also provides reasonable
56 The top of the stack is popped and stored into a register named \fIx\fR, where
69 capitalized, register \fIx\fR is treated as a stack and its top value is popped
79 The top value on the stack is duplicated.
88 The top value on the stack is printed. The top value remains unchanged.
97 Interprets the top of the stack as an ASCII string, removes it, and prints it.
115 Exits the program. If executing a string, the recursion level is popped by two.
124 Exits the program. The top value on the stack is popped and the string
125 execution level is popped by that value.
134 Treats the top element of the stack as a character string and executes it as a
144 Replaces the number on the top of the stack with its scale factor.
153 Puts the bracketed ASCII string onto the top of the stack.
162 The top two elements of the stack are popped and compared. Register \fIx\fR is
172 Replaces the top element on the stack by its square root. Any existing
201 The top value on the stack is popped and used as the number radix for further
211 Pushes the input base on the top of the stack.
220 The top value on the stack is popped and used as the number radix for further
230 Pushes the output base on the top of the stack.
239 The top of the stack is popped, and that value is used as a non-negative scale
252 Pushes the current scale factor on the top of the stack.
261 The stack level is pushed onto the stack.
270 Replaces the number on the top of the stack with its length.
312 The top two values on the stack are added (\fB+\fR), subtracted (\fB\(mi\fR),
330 The top two values on the stack are added (\fB+\fR), subtracted (\fB\(mi\fR),