modulew.vb

来自「Visual Basic .NET程序设计教程源代码」· VB 代码 · 共 13 行

VB
13
字号
Imports System.Windows.Forms

Module Module1

    Sub Main()

        Dim root As Double = Math.Exp(2)
        MessageBox.Show("square of 2 is" & root, _
            "square of 2")
    End Sub

End Module

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?