put_program.adb
来自「This contains the following topics and m」· ADB 代码 · 共 13 行
ADB
13 行
with Text_IO; use Text_IO;
procedure put_program is
begin
Put ("hello");
New_Line;
Put ('h');
Put ("e");
Put ('l');
Put ('l');
Put ('o');
end put_program;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?