Code

Added changelog entry for 1.4.8
[pkg-rrdtool.git] / doc / rpntutorial.txt
index a99fa431c101a0122b8431884239c0144440ea80..97a5fc8d3955999f8bb570c5f7114bd797e23b02 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
@@ -152,7 +152,7 @@ E\bEx\bxe\ber\brc\bci\bis\bse\bes\bs
        Answer 2:
 
            if (input <= 56000/8 ) { input*8 } else { 56000 }
-           input,56000,8,DIV,LT,input,8,*,56000,IF
+           input,56000,8,DIV,LE,input,8,*,56000,IF
 
        Exercise 3:
 
@@ -187,4 +187,4 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-1.3.999                           2009-05-10                    RPNTUTORIAL(1)
+1.4.8                             2013-05-23                    RPNTUTORIAL(1)