technoblogy / ulisp

A version of the Lisp programming language for ATmega-based Arduino boards.

Home Page:http://www.ulisp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

technoblogy opened this issue · comments

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.