While Loop - New block

Would be great if it worked like it does in python, aka:
While <> == <>:

When the statement becomes true not true, you should break out of the loop.
Just basicaly an if statement, but with a loop atached to it.

This should be implemented as both a “While Loop” and “Advanced While Loop”