tinc.txt
来自「一个编译器源代码。用法看里面的“使用说明”」· 文本 代码 · 共 6 行
TXT
6 行
// Included from test.txt
WriteLn('Hello again!');
Jump(next);
WriteLn('Cool!'); // This will not be ran
next:
Include('tinc2.txt');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?