text_io.adb
来自「This contains the following topics and m」· ADB 代码 · 共 14 行
ADB
14 行
--package body with text_io; package body main_pack is procedure print is i : integer; begin Text_IO.Put_Line ("this is procedure print"); end print; end main_pack;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?