StaticnewCreates a new request with the specified expression body and ID.
StaticnewReturns a human-readable summary of the request.
Adds a parameter to the request.
Returns the body of the request (the expression to be evaluated).
Returns the unique identifier (ARID) of the request.
Returns the note attached to the request, or an empty string if none exists.
Returns the date attached to the request, if any.
Returns the function of the request.
Returns the expression envelope of the request.
Converts the request to an envelope.
The envelope's subject is the request's ID tagged with TAG_REQUEST, and assertions include the request's body, note (if not empty), and date (if present).
StaticfromReturns a string representation of the request.
A Request represents a message requesting execution of a function with parameters.
Example