Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
Public Sub Main()
|
||||
Dim sString1 As String[] = ["The", "quick", "brown", "fox"]
|
||||
Dim sString2 As String[] = ["jumped", "over", "the", "lazy", "dog"]
|
||||
|
||||
sString1.Insert(sString2)
|
||||
|
||||
Print sString1.Join(" ")
|
||||
|
||||
End
|
||||
Loading…
Add table
Add a link
Reference in a new issue