> There are of course other ways, too, including defining a function that > returns its last argument.Actually, that won't work. Since assert(0) returns void, it is not a valid function parameter.
lazy void
> There are of course other ways, too, including defining a function that > returns its last argument.Actually, that won't work. Since assert(0) returns void, it is not a valid function parameter.
lazy void