4 lines
76 B
Text
4 lines
76 B
Text
' FB 1.05.0 Win64
|
|
Dim a As Integer = 3
|
|
Dim p As Integer Ptr = @a
|
|
Print a, p
|