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,14 @@
|
|||
' FB 1.05.0 Win64 (default dialect)
|
||||
|
||||
Dim a As Double = 123.456
|
||||
Dim b As Double = -123.0
|
||||
Dim c As Double = -123.0d
|
||||
Dim d As Double = -123e
|
||||
Dim e As Double = 743.1e+13
|
||||
Dim f As Double = 743.1D-13
|
||||
Dim g As Double = 743.1E13
|
||||
Dim h As Single = 743D! Rem ! overrides D
|
||||
Dim i As Single = 3.1!
|
||||
Dim j As Single = -123.456e-7f
|
||||
Dim k As Double = 0#
|
||||
Dim l As Double = 3.141592653589e3#
|
||||
Loading…
Add table
Add a link
Reference in a new issue