basic++¶ An simple language for beginners. how it works??¶ Basic++ is like python-compiles an byte code and then interpret the byte code. The byte code is in the same style like python's.