- (bind-loop proc pat seq xpr . xprs) syntax
bind-loop is for bind what named let is for let. proc is bound to a one-parameter procedure, which can be used in the body xpr . xprs
bind-loop is for bind what named let is for let. proc is bound to a one-parameter procedure, which can be used in the body xpr . xprs