Language specification
PG0 is dedicated to thinking algorithms by combining sequential, branch, and iteration that form the basis of programming.
The types are “integer types” and “arrays”, the branches are only “if, else”, and the looping is “while” only.
Since program writing is close to C, C++, C#, Java, JavaScript, learning the basics with PG0 will help you to learn those programming languages.



