forloop_21.adb.npp

来自「This contains the following topics and m」· NPP 代码 · 共 11 行

NPP
11
字号
with text_io; use Text_io;procedure forloop_21 is   i : Integer:=10 ;   subtype list is integer range 1..50;  begin for i in reverse list loop    put(integer'image(i));end loop;end;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?