Pascal
Pascal is an influential imperative and procedural programming language, intended to encourage good programming practices using so called structured programming and data structuring.
Application
Any
Platform
Embedded
Remove
License
Any
: : This message was edited by bading at 2004-3-17 8:2:43
: : Consider the following type of declarations:
: :
: : type Sample=Record
: : F1:integer;
: :...
: This message was edited by bading at 2004-3-17 8:2:43
: Consider the following type of declarations:
:
: type Sample=Record
: F1:integer;
: F2:integer;...
This message was edited by bading at 2004-3-17 8:2:43
Consider the following type of declarations:
type Sample=Record
F1:integer;
F2:integer;...