Is this the right behavior for a `for' loop when no sequences are given?

-> (for () (printf "ok!\n"))
ok!
-> (for ([x (in-list (list))]) (printf "ok!\n"))
->

I would expect the body to occur 0 times.
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to