Skip to content

devinnived/mod-and-div-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pascal Crash Course

Creating Files

Pascal files end with a .pas extension.

Compiling Pascal Files

Pascal files are compiled using the following command:

    fpc filename.pas

Executing Code

Code can be excuted by double clicking the executable file made after compiling or by executing the following command:

    ./filename

About

demo how mod and div works with pascal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages