Skip to content

QS0 var cmd

maybites edited this page Sep 12, 2022 · 1 revision

<var> has ALWAYS to be the first node inside a <script> or <que> node

Simple Example

<var name="variablename">{expr}</var>

Attributes

  • name = name of a variable inside the scope of the node

Explained

<var> instantiates a variable and sets it value to the result of the {expr}

Clone this wiki locally