_usingSpace
Sets the Space to use for the rest of this QL phrase --
Function
_usingSpace
(space) -> The same Type
- space
- The Space to use
- Produces
- The original received value
When doing high-level meta-programming in Querki, you may find that you want to do
something not in the context of the current Space, but with one of its Apps instead. In this
case, the _usingSpace
function allows you to switch to that App for the remainder of this
phrase.