Page 9-22
2 - Use function OBJ to decompose the list in stack level 1:
3 - Press the delete key ƒ (also known as function DROP) to eliminate the
number in stack level 1:
4 - Use function LIST to create a list
5 - Use function ARRY to create the row vector
These five steps can be put together into a UserRPL program, entered as follows
(in RPN mode, still):
‚å„°@)TYPE! @OBJ@ @OBJ@
„°@)STACK @DROP „°@)TYPE! !LIST@ !ARRY@ `
³~~cxr ` K
A new variable, @@CXR@@, will be available in the soft menu labels after pressing
J:
Press ‚@@CXR@@ to see the program contained in the variable CXR:
<< OBJ OBJ DROP RRY >>