San Diego State University

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:

rohan%  pc  filename.p
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%  a.out

----------------------------------------------------------------------


BACK ROHAN Help Index | Academic Computing Handouts, Manuals, and Help Files