hp 48 tutorial - programming part 2
HP 48 tutorial - programming USING LISTS A list is a series of objects within { } delimiters. Objects within the list must be separated by a space. Many HP48 commands can be performed on a list of objects, the result also being returned as a list. This saves the need for unnecessary code, memory wastage and significantly improves program speed. TO BUILD A LIST FROM THE STACK Enter the elements of the list onto the stack.
Read more...