The application is a Pascal interpreter on Android. This application is for everyone to learn Pascal on the mobile without a computer, so that we can practice anytime, anywhere.
The main features of the IDE:
	- Compile Pascal programs and run them without Internet.
	- Error when compiling
	- Powerful editor with many smart features: 
		★ File menu: create a new program file, open, save, automatically save file
		★ Menu edit: Undo, redo, copy, paste.
		★ Auto suggest: Display a small popup window that suggests words that coincide with the word being typed
		★ Auto format: automatically reformat the code.
		★ Find / Find and replace: Regular Expression support.
		★ Goto line: Move the cursor to a line.
		★ Highlight code: highlight the keywords.
		★ Code style: many interface for the editor.
		★ Font size, font, word wrap.