statement

From Lazarus wiki
Revision as of 16:25, 30 June 2019 by Djzepi (talk | contribs) (Created page with "{{statement}} A statement is a part of a program that performs a task. Typical statement are assignment( Becomes|<syntaxhighlight lang="pascal" enclose="none">:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

English (en) suomi (fi)

A statement is a part of a program that performs a task. Typical statement are assignment( :=), condition statement(eg if, case), repetition sentence (eg, while, for), and procedure or function call The statement may contain internal parts (eg expressions).