xref: /Universal-ctags/Units/parser-basic.r/simple.bas.d/input.bas (revision 08a9d8be8952eb97531c0feb69bbb4f0b0bb4797)
1Gosub start
2
3Const one = 1
4
5Common a As Integer
6Dim b As Integer
7DIM AS STRING str
8dim as string c(20), d="a", e
9dim shared as string g
10dim as string ptr h
11dim as string * 4096 i
12dim j as string="Export_GIR_FULL_"+mid(date,7)+","+mid(date,1,2)+""+mid(date,4,2)+".csv"
13dim as string k="Export_GIR_FULL_"+mid(date(),"(")+","+mid(date,1,2)+""+mid(date,4,2)+".csv", l
14
15Type test
16    a As Integer
17    b As Integer
18End Type
19
20Function f()
21    a = 3
22End Function
23
24start:
25    f()
26Return
27
28
29