manual:chapter1:notation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
manual:chapter1:notation [2017/05/21 17:31]
smartin [Command references]
manual:chapter1:notation [2019/10/21 15:22]
jojo1973 Reformatted
Line 1: Line 1:
-=====Notations and conventions=====+=====Notation and conventions=====
  
 ====Keys==== ====Keys====
-The HP50g has a total of 51 keys on the keyboard, most of which have multiple functions that can be activated with a modifier key (left shift, right shift, or ALPHA).  In this document, the following conventions are used when referring to various key press combinations:+The HP50g has a total of 51 keys, most of which have multiple functions that can be activated with a modifier key (left shift, right shift, or ALPHA).  In this document, the following conventions are used when referring to various key press combinations:
  
-  * Keys are typeset in **bold** +  * keys are typeset in **bold**; 
-  * The majority of keys will be referred to by their alphanumeric label (**A** through **Z**), unless it makes sense by context to refer to another label on the key (for example, when referring to trigonometric functions, the 'S''T', and 'Ukeys may be referred to by their function names 'SIN''COS', and 'TAN', respectively). +  * the majority of keys will be referred to by their alphanumeric label (**A** through **Z**), unless it makes sense by context to refer to another label on the key (for example, when referring to trigonometric functions, the **S****T**, and **U** keys may be referred to by their function names **SIN****COS**, and **TAN**, respectively); 
-  * Number keys are referred to by their number (**0** through **9** and the decimal dot)and similarly for the basic arithmetic operations of **x**, **-**, **+**. +  * number keys are referred to by their number (**0** through **9** and the decimal dot, **DOT**); 
-  * Special keys with long names are: **ALPHA**, **ON**, **SPC**, and **ENTER**. +  * the basic arithmetic keys are referred to as: **DIV** = divide (also **Z**), **MUL** = multiply, **SUB** = subtraction, **ADD** = addition; 
-  * The keypad arrow keys are referred to by: **LA** = left keypad arrow, **RA** = right keypad arrow, **UA** = up keypad arrow, **DA** = down keypad arrow. +  * the special keys: **AL** (ALPHA), **ON**, **SP** (SPC), and **EN** (ENTER); 
-  * The shifted keys are **LS** = left shift and **RS** = right shift. +  * the keypad arrow keys are referred to by: **LF** = left keypad arrow, **RT** = right keypad arrow, **UP** = up keypad arrow, **DN** = down keypad arrow; 
-  * The backspace key (also labeled 'DELand 'CLEAR') is **BS**.+  * the shifted keys are **LS** = left shift and **RS** = right shift; 
 +  * the backspace key (also labeled **DEL** and **CLEAR**) is **BK**.
  
-In order to reference a series of keys to be pressed in succession, a dash (**-**) will separate the keys.  Furthermore, since some key combinations require holding a key while pressing another, this is denoted by a superscript <sup>**hold**</sup>.+In order to reference a series of keys to be pressed in succession, a dash (**-**) will separate the keys. Furthermore, since some key combinations require holding a key while pressing another, this action is denoted by a superscript <sup>**hold**</sup>.
  
 Here are some example key combinations: Here are some example key combinations:
  
-**LS-N** = left shift key followed by the 'Nkey, which on the keyboard refers to the 'PRGmenu,+**LS-N** = left shift key followed by the **N** key, which on the keyboard refers to the **PRG** menu.
  
-**RS<sup>hold</sup>-A** = while holding right shift key, press the 'Akey,+**RS<sup>hold</sup>-A** = while holding right shift key, press the **A** key.
  
-**ON<sup>hold</sup>-A<sup>hold</sup>-C** = press and hold the 'ONkey, then press and hold the 'Akey, and finally press the 'Ckey. +**ON<sup>hold</sup>-A<sup>hold</sup>-C** = press and hold the **ON** key, then press and hold the **A** key, and finally press the **C** key. 
-====Commands====+ 
 +====Variables, Commands, and other Objects==== 
 + 
 +Variables, commands, objects or anything that is presented "as shown on the calculator screen", are highlighted in red, like this: ''VAR''
 + 
 +====RPL code==== 
 + 
 +Reverse Polish List (RPL) code on the HP50g is understood as such when enclosed using the chevrons ''« »'' Within this document, all such code examples are highlighted.  So, for example, a RPL program to multiply the two numbers 24 and 42 would be shown like this: 
 + 
 +<code> 
 +« 24 42 * » 
 +</code>
  
-====RPL code references==== 
  • manual/chapter1/notation.txt
  • Last modified: 2019/10/21 15:22
  • by jojo1973