stdlib

package
v0.0.0-...-f8f9fbc Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2018 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Breakpoints = make(map[int]bool)

Functions

func Add

func Add(numbers ...interface{}) interface{}

func And

func And(args ...interface{}) interface{}

func Charlist

func Charlist(args ...interface{}) interface{}

func Concat

func Concat(args ...interface{}) interface{}

func Dec

func Dec(numbers ...interface{}) interface{}

func Div

func Div(numbers ...interface{}) interface{}

func Eq

func Eq(values ...interface{}) interface{}

func Floor

func Floor(args ...interface{}) interface{}

func Get

func Get(args ...interface{}) interface{}

func Getchar

func Getchar(args ...interface{}) interface{}

func Gt

func Gt(numbers ...interface{}) interface{}

func Gte

func Gte(numbers ...interface{}) interface{}

func Id

func Id(vals ...interface{}) interface{}

func Inc

func Inc(numbers ...interface{}) interface{}

func Lconcat

func Lconcat(args ...interface{}) interface{}

func Len

func Len(args ...interface{}) interface{}

func List

func List(args ...interface{}) interface{}

func Lt

func Lt(numbers ...interface{}) interface{}

func Lte

func Lte(numbers ...interface{}) interface{}

func Map

func Map(args ...interface{}) interface{}

func Mod

func Mod(numbers ...interface{}) interface{}

func Mul

func Mul(numbers ...interface{}) interface{}

func Neq

func Neq(values ...interface{}) interface{}

func Not

func Not(vals ...interface{}) interface{}

func NullOp

func NullOp(args ...interface{})

do nothing (used to supress unused variable compile errors)

func Or

func Or(args ...interface{}) interface{}

func Print

func Print(args ...interface{}) interface{}

func Println

func Println(args ...interface{}) interface{}

func Prompt

func Prompt(args ...interface{}) interface{}

func Push

func Push(args ...interface{}) interface{}

func RandNum

func RandNum(args ...interface{}) interface{}

func Set

func Set(args ...interface{}) interface{}

func Sub

func Sub(numbers ...interface{}) interface{}

Types

type DebugVar

type DebugVar struct {
	// contains filtered or unexported fields
}

type ListType

type ListType struct {
	List *[]interface{}
}

func (ListType) String

func (l ListType) String() string

type MapType

type MapType map[interface{}]interface{}

type Nil

type Nil int

Jump to

Keyboard shortcuts

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