代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/306033/13754717
pb basic_twowaylists.pb
Function Insert(Value, P)
Dim result = [Value, P]
If P null Then
P.Owner = result
End If
P = result
return result
End Function
Function Add(Value, P)
Dim result
If P =
www.eeworm.com/read/306033/13754725
pb basic_lists.pb
Dim I, L, P
println "Create a list"
L = [100, [200, [300, NULL]]]
println L
println "Insert new item at the beginning"
L = [50, L]
println L
println "Add new item at the end"
P = Address