📄 test2.txt
字号:
$ Pl test2:synatax analysis
begin
const a=1;
integer x,y,X;
boolean m,n;
integer array c[10];
proc p
begin
integer x,y;
skip;
read x,y;
x,y:=2,a;
write x,y;
end;
x:=3;
if x>0 -> y:=x;[]
y>1 -> X:=y;
fi;
do X=3 -> write -3;
od;
call p;
c[1],c[2]:=1*2,2*x;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -