trash/ppc-lang
Clone repo:
git clone https://git.topcheto.eu/trash/ppc-lang.gitStatements and control flow
Statements are an important part of each C-like language, including this one. As in every single C-like language under the sun, the statements are more or less the same. Still, there are some differences that set apart ++C and C-like langs. 1. Ifs and elses 2. Whiles and do-whiles