Difference between revisions of "simple type"

From Lazarus wiki
Jump to navigationJump to search
(new; stub)
 
Line 1: Line 1:
A ''simple type'' is a single value which can be stored in an [[Identifier]]. Simple types are predefined by the compiler, but are not [[reserved word|reserved words]]. While it is not recommended, they can be redefined. The simple types predefined by the compiler are:
+
A ''simple type'' is a single value which can be stored in an [[Identifier]]. Simple types are predefined by the compiler, but are not [[Reserved word|reserved words]]. While it is not recommended, they can be redefined. The simple types predefined by the compiler are:
  
 
{{stub}}
 
{{stub}}

Revision as of 09:28, 14 October 2020

A simple type is a single value which can be stored in an Identifier. Simple types are predefined by the compiler, but are not reserved words. While it is not recommended, they can be redefined. The simple types predefined by the compiler are:

An editor has declared this article to be a stub, meaning that it needs more information. Can you help out and add some? If you have some useful information, you can help the Free Pascal Wiki by clicking on the edit box on the left and expanding this page.