Documentation ¶
Index ¶
Constants ¶
View Source
const CONT = "> "
CONT - When a construct is incomplete
View Source
const PROMPT = "mkrepl >> "
PROMPT - the prompt that the user sees
Variables ¶
View Source
var Commands = map[string]func(){
"quit": quit,
"exit": quit,
"help": help,
}
Commands - the commands that the user can enter in the repl
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.