Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ Continue_Loop
Class
Continue_Loop
include/chaiscript/language/chaiscript_common.hpp:663–665 ·
view source on GitHub ↗
Special type indicating a call to 'continue'
Source
from the content-addressed store, hash-verified
661
662
/// Special type indicating a call to
'continue'
663
struct Continue_Loop {
664
Continue_Loop() = default;
665
};
666
667
668
/// Creates a new scope then pops it on destruction
Callers
1
eval_internal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected