NoneFunctions1 SΒΆ

any.spad line 19 [edit on github]

NoneFunctions1 implements functions on None. It includes a particularly dangerous coercion from any other type to None.

coerce: S -> None

coerce(x) changes x into an object of type None.