From 026b152538ef81b52138035fc13d69da36b7b879 Mon Sep 17 00:00:00 2001 From: Louis Rubet Date: Thu, 25 May 2017 19:01:40 +0200 Subject: [PATCH] #74: updated commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c2da06..34e72ba 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ Multiple-precision floating-point computations with correct rounding are ensured |BRANCH|| |-|-| -|if| -|then| -|else| +|if| test-instructions +|then| true-instructions +|else| false-instructions |end| (end of if structure) |start| repeat instructions several times |for| repeat instructions several times with variable