add interpretation support for do-while loops
This commit is contained in:
@@ -17,6 +17,11 @@ while(shouldNiet()) {
|
||||
niet15();
|
||||
niet16();
|
||||
|
||||
do{
|
||||
niet21();
|
||||
niet22();
|
||||
}while(bool23);
|
||||
|
||||
// drehe("links");
|
||||
// while(huegelVorhanden("rechts"))
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user