Technical Briefs
ROHAN help Files
![]()
pascal
Pascal is a programming language named after Blaise Pascal a French Mathematician. It is often the first and most basic programming language that universities require their Computer Science majors to learn.
Once the program is written, the syntax used to compile it is:
If there are no errors in the code, a new file named a.out will be created. To run the new program, at the ROHAN prompt type:
rohan% pc filename.p
rohan% a.out
![]()