<scope> create a temporary scope

name
scope
xml namespace
http://moyaproject.com

Creates a new temporary scope from an object.

Example

<dict dst="species">
    <let john="human"/>
    <let rygel="hynerian"/>
</dict>
<scope object="species">
    John is a ${john}, Rygel is a ${rygel}
</scope>
attributes
name purpose type required? default choices
object Object expression Yes
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes