gregtour / duck-lang

The Duck Programming Language
http://www.ducklang.org
109 stars 13 forks source link

Updated both libraries to use double instead of float. #15

Closed rpcope1 closed 9 years ago

rpcope1 commented 9 years ago

Moved everything from double to float, and made the namespace naming convention consistent with what you had done for stdduck. Also discovered issue #14, and moved rand.rand() to rand.randint() to get around this.