subprocedure.adb.npp
来自「This contains the following topics and m」· NPP 代码 · 共 21 行
NPP
21 行
with text_io; use text_io;procedure outside is procedure inside is begin text_io.put_line("Inside the procedure "); new_line; end inside; begin put_line("this is the yyuylylactual procedure"); new_line(4); inside;end outside;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?