This video describes basic conditional expressions for programming: if, if-else, and loops like while, do-while, for, and the iterator pattern. Some basic boolean logic is also explained.
This video is part of a series of videos on an introduction to programming. This series will introduce basic programming concepts. The goal of this series is to get you familiar with these concepts so that you can begin making video games with a game engine, such as Godot. However, the series will also include some higher level concepts that are more useful for computer science and not necessarily directly relevant to game development.