delorie.com/archives/browse.cgi | search |
"Alexei A. Frounze" wrote: > In Pascal composite operators are made this way: > > BEGIN > operator1; > operator2; > END; > ^ this semicolon must be present always. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ No no no! In Pascal the semicolon is a separator between instructions (composite or not!) in a sequence. The ';' after "operator2" is extra too... ______________________________________________________ Gautier -- http://members.xoom.com/gdemont/gsoft.htm
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |