Varset constructor

Varset(
  1. String tag
)

Creates a varset with the variable name.

Implementation

Varset(String tag)
    : form = [
        [tag]
      ],
      nested = null,
      nesters = [];