Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compile_var_t ¶
type Compile_var_t struct {
Value string // The value that each variable contain
}
func (*Compile_var_t) Get_value ¶
func (object *Compile_var_t) Get_value() string
Grabs the variables value
func (*Compile_var_t) Set_value ¶
func (object *Compile_var_t) Set_value(new_value string)
Assigns the variable a value
Click to show internal directories.
Click to hide internal directories.