| 02C0AB | ~xTAIL | ( {} → {}' )
 (  $ → $'  )Last Listed Elements Cmd
 
 --Returns all but the first element
of a list or string.
 
 --Related: HEAD
 | 
| 0040AB | ~xTRACE | ( [[]] → x )Matrix Trace Cmd
 
 --Returns the trace of a square
matrix.
 | 
| 0000AB | ~xVERSION | (  → $ $ )Software Version Cmd
 
 --Displays the software version and
copyright message.
 | 
| 02A0AB | ~xXRECV | ( name →  )XModem Receive Cmd
 
 --Prepares the HP 48 to receive an
object via XModem. The received
object is stored in the given
name.
 
 --Related: BAUD,RECV,RECN,SEND,XSEND
 | 
| 0290AB | ~xXSEND | ( name →  )XModem Send Cmd
 
 --Sends a copy of the named object
via XModem.
 
 --Related: BAUD,RECN,RECV,SEND,XRECV
 |