The set command

    Syntax:  set
    set variable
    set variable value

    With the set commands it is possible to assign a value to a variable that is not a toggle. set without argument displays the values of all available variables. set with one argument variable displays the value of variable. set with two arguments sets variable to value.

    There are currently 6 variables you can set to a value:

    You can abbreviate the name of the variable, eg set b 3 instead of set boardstyle 3.

Related topics


Table of contents