rspec/rules/S107/vb6/struct-example.adoc

9 lines
159 B
Plaintext
Raw Permalink Normal View History

2023-08-10 16:54:47 +02:00
[source,vb6]
----
Public Type Point ' In geometry, Point is a logical structure to group data
X As Integer
Y As Integer
Z As Integer
End Type
----