technoblogy / ulisp-arm

A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
97 stars 30 forks source link

for-millis gives an error if the argument isn't an integer #7

Closed technoblogy closed 5 years ago

technoblogy commented 5 years ago

For example:

> (defvar n 1000)
n

> (for-millis (n) (print "Hello"))
Error: Not a number

Will be fixed next release. Thanks to Pascal Lorenz for reporting this.