bit-hack/nano-script

Add float data type

Closed this issue · 1 comments

Add a float data type:

var x = 0.0
var y = 2 / 3  # would this be a float or an int?

How do we clearly define what is a float and what is an int though?

Floats are now supported in the language.