【例题】结构

  勇芳 2017-3-31 5965

'' 类型和联合(无限嵌套):

type OtherUDT
	x as integer
	y as integer
end type

type MyType
	a as short
	b as integer
	c as long
	d as OtherUDT
	union
		e as double
		f as single
		g as OtherUDT
	end union
	h as byte
end type

union MyUnion
	a as integer
	b as longint
	c as double
	my as MyType
end union


因国家互联网安全管理要求,关闭回帖功能。大家需要留言,请使用【勇芳软件客服】即时联系勇芳点此打开->>勇芳软件客服
返回
联系勇芳
发新帖 搜索 反馈 回顶部