new do-while syntax

Rahul Dhesi dhesi at bsu-cs.UUCP
Fri Dec 23 04:22:00 AEST 1988


If we're really redesigning the language, a single general construct
suffices:

     do
       ...  /* zero or more statements */
       while condition
       ...  /* zero or more statements */
     done
-- 
Rahul Dhesi         UUCP:  <backbones>!{iuvax,pur-ee}!bsu-cs!dhesi



More information about the Comp.lang.c mailing list