Lambda the Ultimate Actor (4) 返事の受け手をメッセージと一緒に送る (define (myfunc ...) .... (if .... .... (送信先 message (lambda (応答) ...続きの処理 ... )))) この「続きの処理」を継続という。