hogoww / Illicium

Translation from Pharo to C
3 stars 1 forks source link

in message translation return more than one statement #13

Closed hogoww closed 4 years ago

hogoww commented 5 years ago

a while:[]

int a =0; while(a){};

hogoww commented 4 years ago

Done