[Grace-core] Null statement

Andrew P Black black at cs.pdx.edu
Mon Feb 3 11:50:40 PST 2014


What do we write inside a "do" when there is nothing to do?

 For example,

	while { <complex condition with side effects> }
		do { // nothing left to do
	}

	Andrew



More information about the Grace-core mailing list