FreePascal 学习笔记一

原创
2018/03/02 22:39
阅读数 455

Turbo Pascal
absolute  
and  
array  
asm  
begin  
case  
const  
constructor  
destructor  
div  
do  
downto  
else  
end  
file  
for  
function  
goto  
if  
implementation  
in  
inherited  
inline  
interface  
label  
mod  
nil  
not  
object  
of  
operator  
or  
packed  
procedure  
program  
record  
reintroduce  
repeat  
self  
set  
shl  
shr  
string  
then  
to  
type  
unit  
until  
uses  
var  
while  
with  
xor

Object Pascal
as  
class  
dispinterface  
except  
exports  
finalization  
finally  
initialization  
inline  
is  
library  
on  
out  
packed  
property  
raise  
resourcestring  
threadvar  
try

modifiers
absolute  
abstract  
alias  
assembler  
bitpacked  
break  
cdecl  
continue  
cppdecl  
cvar  
default  
deprecated  
dynamic  
enumerator  
experimental  
export  
external  
far  
far16  
forward  
generic  
helper  
implements  
index  
interrupt  
iocheck  
local  
message  
name  
near  
nodefault  
noreturn  
nostackframe  
oldfpccall  
otherwise  
overload  
override  
pascal  
platform  
private  
protected  
public  
published  
read  
register  
reintroduce  
result  
safecall  
saveregisters  
softfloat  
specialize  
static  
stdcall  
stored  
strict  
unaligned  
unimplemented  
varargs  
virtual  
write

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部