From f2a8d4a71c5da3fd6be11eb55337e7304c04c815 Mon Sep 17 00:00:00 2001 From: Georg Lutz Date: Sat, 5 Jan 2013 12:36:56 +0100 Subject: [PATCH] LT -> LE --- doc/rpntutorial.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rpntutorial.pod b/doc/rpntutorial.pod index 0ab31317..34b54ea0 100644 --- a/doc/rpntutorial.pod +++ b/doc/rpntutorial.pod @@ -159,7 +159,7 @@ uses the LE and DIV operators. 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: -- 2.47.3