Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 331 Bytes

Pascal

Pascal is a high-level language that originated as a teaching language and was meant to encourage good programming practices. It is the language I learning in college back in the early 1990s.

File Extension

.pas

Build

cd <path/to/file>
fpc <filename>.pas

Execute

./<filename>