You want to write a program Pascal but not always with you computer
Pascal N-IDE application will help you do that. You can write
programs with this software.
IDE FEATURES
- Compile and execute the program.
- Report error when compiling.
- Editor with many smart features:
Highlight code: highlight the keywords
Auto Suggest: displays small popup window with suggestions of words.
Undo/redo : Support undo redo when typing.
Auto format : automatically format the code to look better.
Find/Find and replace : search search and replace which supports regex.
- More code theme
Please uses original keyboard.
====================
- readln: only one variable input support
Example:
readln(a b c): wrong
readln(a): true
- Dont support:
+ pointer type record
+ constant array
+ string with size (string[12] -> not support)
+ with...do.. statement
+ label
========================
Functions are supported to files (read some changes carefully):
writef (file var ...); Write to the variable var... to file
writelnf (file var ...); Write to the variable var ... to file and write new line
readf (file var); Read the variable var read only 1 variable
readlnf (file var); Read the variable var and go to next line read only 1 variable
==================================
If you would like to help me translate to your languages please contact me via email: [email protected]
IDE FEATURES
- Compile and execute the program.
- Report error when compiling.
- Editor with many smart features:
Highlight code: highlight the keywords
Auto Suggest: displays small popup window with suggestions of words.
Undo/redo : Support undo redo when typing.
Auto format : automatically format the code to look better.
Find/Find and replace : search search and replace which supports regex.
- More code theme
Please uses original keyboard.
====================
- readln: only one variable input support
Example:
readln(a b c): wrong
readln(a): true
- Dont support:
+ pointer type record
+ constant array
+ string with size (string[12] -> not support)
+ with...do.. statement
+ label
========================
Functions are supported to files (read some changes carefully):
writef (file var ...); Write to the variable var... to file
writelnf (file var ...); Write to the variable var ... to file and write new line
readf (file var); Read the variable var read only 1 variable
readlnf (file var); Read the variable var and go to next line read only 1 variable
==================================
If you would like to help me translate to your languages please contact me via email: [email protected]
Show More >
Pascal N-IDE (Pascal Compiler)
Loading...
