From 75ac3849afbd832d0f78e6b9220f67c5277f6e28 Mon Sep 17 00:00:00 2001 From: Louis Rubet Date: Tue, 26 Sep 2017 19:38:49 +0200 Subject: [PATCH] #199: updated manual with examples --- MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index b9c1743..40630b9 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -88,7 +88,7 @@ rpn> ### structured programming -Provided loop keywords **for|start..next|step**, **do..until**, **while..repeat** and control keywords are **if..then..[else]..end**, **ift**, **ifte** allow you to do program and algorithms +Provided loop keywords **for|start..next|step**, **do..until**, **while..repeat** and control keywords **if..then..[else]..end**, **ift**, **ifte** allow you to program powerfull algorithms ### command line