/usr/share/gambas3/info/gb.vb.info is in gambas3-gb-vb 3.1.1-2.2ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | #Vb
DateAdd
M
d
(period)s(interval)i(Date)d
DateDiff
M
i
(period)s(Date1)d(Date2)d
Left
M
s
(String)s(Count)i
Left$
M
s
(String)s(Count)i
Mid
M
s
(String)s(Start)i[(Count)i]
Mid$
M
s
(String)s(Start)i[(Count)i]
Right
M
s
(String)s(Count)i
Right$
M
s
(String)s(Count)i
Round
M
f
(Number)f[(Decimals)i
Str
M
s
(Value)v
Str$
M
s
(Value)v
Val
M
v
(String)s
|