Input and output parameters
RimStone applications are made up of handlers (see begin-handler) that process request. A handler works the same wheter it's called remotely (from outside the application, say over the network), or locally (by using call-handler).
When called locally, RimStone provides a neat way to pass data in and out of a handler, by using "set-param" and "get-param" clauses or statements (see set-param and get-param). To read more about how this works and the advantages of it, see input-output-parameters.
A good way to get a feel for it is also recursion examples (see blog post).
Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.