Is there any difference between
("forever if" CONDITION ACTION)
and
(forever (if CONDITION ACTION))
Offline
Yeah there is
forever if is
(forever(wait until))
This means that unlike forever if, it will wait until the condition is true instead of checking it all the time.
Offline