User Tools

Site Tools


en:if

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:if [2016/08/12 13:00]
admin
en:if [2020/03/02 22:43] (current)
122.160.95.11 [If / Then (Statement)]
Line 1: Line 1:
 ===== If / Then (Statement) ===== ===== If / Then (Statement) =====
 +INPUT "MARKS", M
 +IF M<75 THEN PRINT "ADMIT"
 +END IF
 ==== Format ==== ==== Format ====
-**if** [[booleanexpressions|boolean_expression]] **then** //compound_statement//\\ +**if** [[booleanexpressions|boolean_expression]] **then** [[programsyntax|statement]]\\ 
-**if** [[booleanexpressions|boolean_expression]] **then** //compound_statement// **else** //compound_statement// \\+**if** [[booleanexpressions|boolean_expression]] **then** [[programsyntax|statement]] **else** [[programsyntax|statement]] \\ 
 +**if** [[booleanexpressions|boolean_expression]] **then** [[compoundstatementprogramsyntax|compound_statement]]\\ 
 +**if** [[booleanexpressions|boolean_expression]] **then** [[compoundstatementprogramsyntax|compound_statement]] **else** [[compoundstatementprogramsyntax|compound_statement]] \\
  
 ---- ----
en/if.1471028458.txt.gz · Last modified: 2020/02/28 10:46 (external edit)