add interpretation support for do-while loops

This commit is contained in:
weckyy702
2020-12-22 21:41:39 +01:00
parent de1d783ffc
commit 6a7e9ebb78
4 changed files with 15 additions and 1 deletions

View File

@@ -17,6 +17,11 @@ while(shouldNiet()) {
niet15();
niet16();
do{
niet21();
niet22();
}while(bool23);
// drehe("links");
// while(huegelVorhanden("rechts"))
// {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 32 KiB