comparison dmd/WhileStatement.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents 6557375aff35
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
63 bool comeFrom() 63 bool comeFrom()
64 { 64 {
65 assert(false); 65 assert(false);
66 } 66 }
67 67
68 Expression interpret(InterState* istate) 68 Expression interpret(InterState istate)
69 { 69 {
70 assert(false); 70 assert(false);
71 } 71 }
72 72
73 void toCBuffer(OutBuffer buf, HdrGenState* hgs) 73 void toCBuffer(OutBuffer buf, HdrGenState* hgs)