Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
' FB 1.05.0 Win64
|
||||
|
||||
Dim s As String = "panda"
|
||||
Dim s1 As String = Mid(s, 2)
|
||||
Dim s2 As String = Left(s, Len(s) - 1)
|
||||
Dim s3 As String = Mid(s, 2, Len(s) - 2)
|
||||
Print s
|
||||
Print s1
|
||||
Print s2
|
||||
Print s3
|
||||
Sleep
|
||||
Loading…
Add table
Add a link
Reference in a new issue