Code

Imported Upstream version 1.4.7
[pkg-rrdtool.git] / doc / rpntutorial.txt
index a99fa431c101a0122b8431884239c0144440ea80..3070c37c4a68087037b3ed724f397813cf5a0492 100644 (file)
@@ -81,9 +81,9 @@ S\bSo\bom\bme\be E\bEx\bxa\bam\bmp\bpl\ble\bes\bs
        multiplication operator:
 
         1) 128,8,*,7000,GT,7000,128,8,*,IF  eval 128,8,*       result is 1024
-        2) 1024,7000,GT,7000,128,8,*,IF     eval 1024,7000,GT  result is 0
-        3) 0,128,8,*,IF                     eval 128,8,*       result is 1024
-        4) 0,7000,1024,IF                                      result is 1024
+        2) 1024   ,7000,GT,7000,128,8,*,IF  eval 1024,7000,GT  result is 0
+        3) 0,              7000,128,8,*,IF  eval 128,8,*       result is 1024
+        4) 0,              7000,1024,   IF                     result is 1024
 
        Now let's go back to the first example of multiple logic operators, but
        replace the value 20 with the variable "input":
@@ -96,7 +96,7 @@ S\bSo\bom\bme\be E\bEx\bxa\bam\bmp\bpl\ble\bes\bs
         2) A,10,input,IF            eval is A,10,input,IF
 
        read "if A then 10 else input".  Now replace A with it's verbose
-       description again and--voila!--you have a easily readable description
+       description again and--voila!--you have an easily readable description
        of the expression:
 
         if input > 10 then 10 else input
@@ -187,4 +187,4 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-1.3.999                           2009-05-10                    RPNTUTORIAL(1)
+1.4.7                             2009-12-08                    RPNTUTORIAL(1)