X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frpntutorial.pod;fp=doc%2Frpntutorial.pod;h=86312cd5c515cf71ec061811fe3f7cd81d53d41c;hp=9829eb82b8476106b5017fb92406f34e903d5c91;hb=26f7c5c1ba83c8ab82cd271b143061f7fb13394c;hpb=4b7345f9345915c8061e4b37b26ce8887828c973 diff --git a/doc/rpntutorial.pod b/doc/rpntutorial.pod index 9829eb8..86312cd 100644 --- a/doc/rpntutorial.pod +++ b/doc/rpntutorial.pod @@ -96,11 +96,7 @@ multiplication operator: Now let's go back to the first example of multiple logic operators, but replace the value 20 with the variable "input": -=for comment -XXX wo kommt das A ploetzlich her? Hier braucht es einen Satz, dass A als -XXX placeholder zum Lesbarmachen verwendet wird (shortcut). - - 1) input,10,GT,10,input,IF eval is input,10,GT result is A + 1) input,10,GT,10,input,IF eval is input,10,GT ( lets call this A ) Read eval as "if input > 10 then true" and replace "input,10,GT" with "A":