symbolΒΆ

type symbol < target

A 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): symbol

Returns the symbol with name Name.