Talk:Basic Pascal Tutorial/Chapter 3/CASE

From Free Pascal wiki
< Talk:Basic Pascal Tutorial
Revision as of 14:56, 3 March 2022 by Wotzefack (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The OTHERWISE/ELSE part of CASE is wrong. It's not a statement, it's a code-block (i.e. multiple statements).