test2.tny
来自「编译原理的课程设计作业」· TNY 代码 · 共 9 行
TNY
9 行
{this is an example}
int A,B;
bool C;
string D;
D:= 'scanner';
C:=A and not B;
while A<=D do
A:=A*2
end