Yet Another Useless Language Part 7 — Loop
This is the seventh part of the YAUL series. For your convenience you can find other parts in the table of contents in Part 1 — Introduction Last time we implemented conditional expression. Today we are going to implement another basic imperative concept — loop. Introduction We are going to handle while loop. We will … Continue reading Yet Another Useless Language Part 7 — Loop