comparison dmd/ForeachStatement.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents a8b50ff7f201
children efb1e5bdf63c
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
803 bool comeFrom() 803 bool comeFrom()
804 { 804 {
805 assert(false); 805 assert(false);
806 } 806 }
807 807
808 Expression interpret(InterState* istate) 808 Expression interpret(InterState istate)
809 { 809 {
810 assert(false); 810 assert(false);
811 } 811 }
812 812
813 void toCBuffer(OutBuffer uf, HdrGenState* hgs) 813 void toCBuffer(OutBuffer uf, HdrGenState* hgs)