Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

QS0 var cmd

maybites edited this page Oct 23, 2021 · 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