Word description Sets a query parameter. The value can be any object supported by present, or f, in which case the key is removed.
Notes This word always returns the same URL object that was input. This allows for a "pipeline" coding style, where several query parameters are set in a row. Since it mutates the input object, you must clone it first if it is literal, as in the below example.