comparison dmd/ForeachRangeStatement.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents 10317f0c89a5
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
200 bool comeFrom() 200 bool comeFrom()
201 { 201 {
202 assert(false); 202 assert(false);
203 } 203 }
204 204
205 Expression interpret(InterState* istate) 205 Expression interpret(InterState istate)
206 { 206 {
207 assert(false); 207 assert(false);
208 } 208 }
209 209
210 void toCBuffer(OutBuffer buf, HdrGenState* hgs) 210 void toCBuffer(OutBuffer buf, HdrGenState* hgs)