basil
basil copied to clipboard
Add float and double arithmetic
Fixes this kind of errors:
? 1 - 1.1
[1:1] Error: Incompatible arguments for function '-'. Expected '(Int, Int)', got '(Int, Double)'.
│ 1 - 1.1
└───────^^^^^^^