Documentation
¶
Index ¶
Constants ¶
View Source
const ( //RtReturn return flag RtReturn = Flow(0x1) //RtBreak break flag RtBreak = Flow(0x2) //RtContinue continue flag RtContinue = Flow(0x4) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compute ¶
Compute computes expression or run a statement, result pointer holds expression result or statement flow flag
type Flow ¶
type Flow uint64
Flow controls execution flow
func (Flow) HasBlockControl ¶
HasBlockControl return true if break, continue or return flag set
func (Flow) HasContinue ¶
HasContinue returns true if flow has continue flag set
func (Flow) HasControl ¶
HasControl returns trye is any flag are set
Click to show internal directories.
Click to hide internal directories.