On this page:
top
up

4.21VoidπŸ”— i

The constant #<void> is returned by most forms and procedures that have a side-effect and no useful result.

The #<void> value is always eq? to itself.

procedure

(void? v)boolean?

v:any/c
Returns #t if v is the constant #<void>, #f otherwise.

procedure

(void v...)void?

v:any/c
Returns the constant #<void>. Each v argument is ignored.

top
up

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /