manual:chapter6:angles:cmd_taggrad

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
manual:chapter6:angles:cmd_taggrad [2019/11/12 14:24]
jojo1973
manual:chapter6:angles:cmd_taggrad [2021/09/16 07:07] (current)
jojo1973 Redone
Line 1: Line 1:
 ==== →∡g ==== ==== →∡g ====
----- 
 <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> <callout type="primary" color="" icon="fa fa-book" title="Synopsis">
 ---- ----
-Mark a number as an angle in grads (gon)+Mark a number as an angle in grads
 </callout> </callout>
  
Line 10: Line 9:
 ^  __Input Stack__  ^  ^  __Output Stack__  ^ ^  __Input Stack__  ^  ^  __Output Stack__  ^
 |  **Num**  |  **→**  |  **∡<sub>grad</sub>**  | |  **Num**  |  **→**  |  **∡<sub>grad</sub>**  |
-|  //Level 1//  |  //→//  |  //Level 1//  | +|  //Level 1//  |  //→//  |  //Level 1//  |
  
 {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}} {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
  
-|**Type**| [[manual:chapter5:basics#commands|Command]]  || +| **Keyword type**  | [[manual:chapter5:basics#commands|Command]]  || 
-|**Parallel list processing**| [[manual:chapter5:listproc#group-5one-argument-one-result-commands|Group 5]]  ||  +| **Parallel list processing capabilities**  | [[manual:chapter5:listproc#group-5one-argument-one-result-commands|Group 5]]  | //One argument, one result commands//  
-|**Affected by flags**| None  ||+| **Affected by flags**  //None//  || 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 </callout> </callout>
  
 <callout color="orangered" icon="fa fa-comment" title="Description"> <callout color="orangered" icon="fa fa-comment" title="Description">
 ---- ----
-The ''→∡g'' command turns a scalar into an angle measured in grads.+The ''→∡g'' command turns a scalar into an angle measured in grads.
 </callout> </callout>
  
 <callout type="danger" icon="true" title="Compatibility"> <callout type="danger" icon="true" title="Compatibility">
 ---- ----
-This command is new in newRPL and does not exist in userRPL.+''→∡g'' is specific to **newRPL** and has no direct equivalent in **userRPL**.
 </callout> </callout>
  
 <callout type="info" icon="true" title="Usage"> <callout type="info" icon="true" title="Usage">
 ---- ----
 +**__Input__**
 <code> <code>
-1:                            50 +4:                                       
-…………………………………………………………………………………… +3:                                       
-→∡g+2:                                       
 +1:                                    50 
 +………………………………………………………………………………………………………… 
 +→∡g                                     
 </code> </code>
-will result in+\\ 
 +**__Output__**
 <code> <code>
-1:                          ∡50g +4:                                       
-…………………………………………………………………………………… +3:                                       
 +2:                                       
 +1:                                  ∡50g 
 +………………………………………………………………………………………………………… 
 +                                        
 </code> </code>
 </callout> </callout>
Line 48: Line 69:
 {{page>manual:chapter6:angles&nofooter&noeditbtn&inline}} {{page>manual:chapter6:angles&nofooter&noeditbtn&inline}}
 </callout> </callout>
 +
  • manual/chapter6/angles/cmd_taggrad.txt
  • Last modified: 2021/09/16 07:07
  • by jojo1973