symbolΒΆ
type symbol < targetA symbol target represents a dynamically scoped binding. They can be bound to any other value, and are considered changed if their bound value changes.
fun symbol(Name: string): symbolReturns the symbol with name
Name.