turbopascal.txt

来自「UltraEdit中几百种语法高亮度显示」· 文本 代码 · 共 53 行

TXT
53
字号
/L20"Turbo Pascal" Line Comment = // Nocase  Block Comment On = {* Block Comment Off = *} Escape Char = \ String Chars = "' File Extensions = PAS INC
/Delimiters = ~!@%^&*()-+|\/{}[];"'<> ,	.?
/Function String = "%[a-zA-Z_]*)"
/C1
begin
const
else end
function
goto
if
label
procedure program
readln repeat
uses
var
write writeln
/C2
and array asm
case
destructor div do downto
exports
file for
implementation
in
/C3
:=
inhertited inline interface
library
mod
nil not
object of or
/C4
;
+
-
=
// /
%
&
>
<
^
!
|
/C5
packed private public
record 
set shl shr string
then to type
unit until 
with
xor

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?