@set


Description:

public void @set (string name, Symbol? symbol)

If the symbol already exists, it will be overwritten.

If symbol is null, the symbol will be removed from scope.

Parameters:

this

A Scope

name

the name of the symbol

symbol

An Symbol or null.