Content deleted Content added
Stevebroshar (talk | contribs) use line instead of inline |
Stevebroshar (talk | contribs) →BASIC: edit for brevity |
||
Line 601:
</syntaxhighlight>
In later variations, including [[Quick Basic]], [[Q Basic]], [[Visual Basic]] (VB), [[Visual Basic .NET|VB.NET]], [[
<syntaxhighlight lang="vbnet">
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
'
▲ MessageBox.Show("Hello, World") 'Show a pop-up window with a greeting
End Sub
End Class
|