Languages

Fsharp
ActionScript
xBase
Clean
GPSS
PureBasic
Sieve
Erlang
JOVIAL
Mercury
Linda
DataFlex
PostScript
FoxPro2
VFP
Cobol
Prolog
Jython
Awk
VisualBasic
JavaScript
Matlab
ASP
Haskell
Csharp
D
Smalltalk
Nemerle
Pixilang
Java
SQL
Python
ObjectPascal
Ruby
Perl
Pascal
Assembler
PHP
C
Functions  Add function  Users  Registration  Enter   About  ASCII Table  Our helpers

Dec in Pascal

Dec function
----------------------------------------------------------------
Declaration:
procedure Dec ( var X [; N : Longint] );

Example:
Dec(I); { Equivalent to I := I - 1; }
Dec(I, Amount); { Equivalent to I := I - Amount; }

Purpose:
If given a single ordinal-type variable parameter, X, Dec uses optimized
code to decrement the value of X by 1 and is equivalent to,
X := X - 1;
If the second parameter N is given, Dec decrements X by N, and is equivalent to
X := X - N;
See Inc, Pred, Succ
Add by Pancho
You can edit it here
Adding comments is available only for registered users.

Black Holes: Peering Into the Heart of Darkness

Astronomers use infrared "eyes" to shed light on these enigmatic cosmic structures

Full story at http://www.nsf.gov/news/special_reports/science_nation/blackholes.jsp?WT.mc_id=USNSF_51


This is an NSF News item.

PycckaR
BepcuR


Articles
Articles


Library
Library


Downloads
Downloads

Google Chrome Golf 6
 © Internet, books, teachers and Rudevich Alexander brains.