mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-10 07:00:08 +00:00
53 lines
No EOL
375 B
Text
53 lines
No EOL
375 B
Text
integers and complex expressions
|
|
-90
|
|
90
|
|
-90
|
|
90
|
|
531440999967.000000
|
|
|
|
floats
|
|
5.500000
|
|
5.172841
|
|
False
|
|
True
|
|
|
|
mul/div
|
|
10
|
|
10.000000
|
|
0
|
|
13.250000
|
|
0
|
|
0.500000
|
|
1000000.000000
|
|
|
|
logic expressions
|
|
False
|
|
False
|
|
True
|
|
True
|
|
False
|
|
False
|
|
True
|
|
|
|
float comparison
|
|
True
|
|
False
|
|
False
|
|
True
|
|
|
|
remainders
|
|
0
|
|
True
|
|
1
|
|
|
|
in/not in
|
|
True
|
|
True
|
|
False
|
|
False
|
|
True
|
|
|
|
issue #48 (associativity for infix operators)
|
|
33
|
|
12
|
|
0 |