void и scheme

14 09 2007

Взято из Portable syntax-case.

(void) – returns the implementation’s cannonical “unspecified value”. The following usually works:

(define void (lambda () (if #f #f)))

Actions

Information

Leave a comment