Variables

SSharp S# API

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

All variables in S# are dynamically typed. Storage for variable values is called scope.

Examples of valid variable names: X, x1, name_of_var.

Variables may be used in expressions, statements, function invocations, etc. The type information is computed at run-time basing on the value associated with a variable name.

See also: