Re: [fpc-pascal] What is the difference between case else and case otherwise

2016-06-20 Thread Sven Barth
Am 20.06.2016 17:19 schrieb "Dennis" : > > There is no details on http://www.freepascal.org/docs-html/ref/refsu57.html There is none by itself (except that "otherwise" is Extended ISO Pascal compliant). The only visible difference would be if you'd have a if-statement as

Re: [fpc-pascal] What is the difference between case else and case otherwise

2016-06-20 Thread Anthony Walter
In GNU Pascal otherwise is synonymous to else. http://www.getlazarus.org/learn/language/lexical/#case_condition ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] What is the difference between case else and case otherwise

2016-06-20 Thread Dennis
There is no details on http://www.freepascal.org/docs-html/ref/refsu57.html Thanks in advance. Dennis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal