attributes_value_n_position.adb.npp

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

NPP
10
字号
with Ada.Text_Io, Ada.Integer_Text_Io;use Ada.Text_Io, Ada.Integer_Text_Io;procedure attributes_value_n_position isbeginPut("Character 'A' has internal code ");Put( Character'Pos('A') ); New_Line;Put("Code 99 represents character ");Put( Character'Val(99) ); New_Line;end;

⌨️ 快捷键说明

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