首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴溯光的代码贴VB.net
' Module paramByVal
'     Sub swap(x As Integer, y As Integer)
'         Dim temp As Integer
'         temp = x 
'         x = y 
'         y = temp 
'     End Sub
    
'  Sub Main(args As String())
'         Dim a As Integer = 100, b As Integer = 200
'         Console.WriteLine($"Before swap,the value of a is {a},the value of b is {b}")
'         swap(a,b)
......................
阅读全部 | 2023年3月20日 11:44
1
溯光