sendstru.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 32 行
GML
32 行
.section END STRUCTURE Statement
.*
.mext begin
END STRUCTURE
.mext end
.np
The
.kw END STRUCTURE
statement is used in conjunction with the
.kw STRUCTURE
declarative statement.
The
.kw END STRUCTURE
statement marks the end of a structure definition.
.exam begin
STRUCTURE /ADDRESS/
CHARACTER*20 STREET
CHARACTER*20 CITY
CHARACTER*20 STATE
CHARACTER*20 COUNTRY
CHARACTER*10 ZIP_CODE
END STRUCTURE
STRUCTURE /PEOPLE/
CHARACTER*20 NAME
RECORD /ADDRESS/ ADDR
INTEGER*2 AGE
END STRUCTURE
.exam end
.np
For more information, see the chapter entitled :HDREF refid='frecord'..
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?