Free Pascal Links
Free Pascal
Free Pascal Wiki
Lazarus IDE
Lazarus Forum
forum.lazarus.freepascal.org/index.php?action=forum
Projects Using Lazarus
wiki.freepascal.org/Projects_using_Lazarus
Simple math calculations are shown in this tutorial.
Math Operators
+ Addition
- Subtraction
* Multiplication
/ Division
div Integer Division
mod Modulus (Remainder)
The computer follows the Order Of Operations - Also know as Please Excuse My Dear Aunt Sally - Parentheses, Exponents, Multiplication, Division, Addition, Subtraction (PEMDAS)
Code Download
FPProgT2.zip
Free Pascal
Free Pascal Wiki
Lazarus IDE
Lazarus Forum
forum.lazarus.freepascal.org/index.php?action=forum
Projects Using Lazarus
wiki.freepascal.org/Projects_using_Lazarus