[fpc-devel] Minor debate with ISO standard on case blocks

thaddy thaddy at localhost
Tue Jul 30 13:11:38 CEST 2019


The C case block differs from Pascal's case block in that it falls 
through if no return is specified.
That means a single value can trigger multiple case labels. In Pascal it 
can only trigger one case label.
Because of the fall-through a default: has greater purpose than in 
Pascal.


More information about the fpc-devel mailing list