From 6afc21e6580996151d542e3a8aed3ea33268f255 Mon Sep 17 00:00:00 2001 From: Mugilan Ganesan <49064156+MugilanGN@users.noreply.github.com> Date: Fri, 10 Jul 2020 14:30:11 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 5e7c525..1fd26dd 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,6 @@ In every pseudocode program, there must be a **STOP** statmement at the very end OUTPUT x*2 ENDIF ``` - The else statement is optional (ENDIF is still necessary) - - ```sh - IF x < 3 THEN - OUTPUT X - ENDIF - ``` #### Process-type blocks: