Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 549 Bytes

Scope.md

File metadata and controls

29 lines (16 loc) · 549 Bytes

Varaible Scope

declaring a variable, which consists with two part:

Naming Scope

constructing a symbol name (whatever type name, varaible name or function name)

Type Scope

constructing a type

Parameter Scope

which is similar to Variable Scope, but used in function.

which consits with two parts:

Separate Scope

separate two things with same kind.