rspec/rules/S107/vb6/struct-example.adoc
2023-08-10 16:54:47 +02:00

9 lines
159 B
Plaintext

[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
----