AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
121 stars 9 forks source link

[bug] Bug with printing float. #19

Closed ghost closed 4 years ago

ghost commented 4 years ago

@IsaacShelton

code:

i float = 0.0
print(i)

returns:

0.

better be:

0.0 # or 0.000000
IsaacShelton commented 4 years ago

@t0md3an Yeah I actually ran into the same bug yesterday, but I must've forgotten to push the changes. It's fixed now