📖 Language Overview

Learn about iPseudo's philosophy, case insensitivity, and flexible syntax styles.

🎯 Philosophy

iPseudo is designed to be readable, flexible, simple, and educational. Code should read like natural language.

🔤 Case Insensitivity

All keywords are case-insensitive. PRINT, Print, and print all work!

For more details, see the full documentation on GitHub

View on GitHub