Contract programming syntax

Robert Clipsham robert at octarineparrot.com
Wed Apr 8 11:13:20 PDT 2009


dsimcha wrote:
> while(oldContractSyntaxSucks) {  // Currently evaluates to true.
>     vote++;
> }

And always will do :D

Proposed updated code:
----
while(currentContractSyntaxSucks) { // Currently evaluates to true.
	vote++;
}
complainAboutSomethingElse();
----



More information about the Digitalmars-d mailing list