symbol

package
v0.0.0-...-b57eb89 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const BLANK = uint8(0)

BLANK value

Variables

This section is empty.

Functions

This section is empty.

Types

type Symbol

type Symbol interface {
	GetValue() interface{}
	Equal(c Symbol) bool
	Copy() Symbol
	IsBlank() bool
	Print() string
	Erase()
	None()
}

Symbol interface

func NewSymbol

func NewSymbol(v ...interface{}) Symbol

NewSymbol() Create a new symbol given a value, otherwise it creates a BLANK Symbol.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL