- (do-forever xpr . xprs)syntax
executes xpr . xprs until exit is called.
This macro is unhygienic by design. It exports the symbol exit into the macro's scope.
executes xpr . xprs until exit is called.
This macro is unhygienic by design. It exports the symbol exit into the macro's scope.