Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ print
Function
print
sdk/samples/console/source/main.cpp:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
void print(const string &s)
127
{
128
cout << s << endl;
129
}
130
131
void MessageCallback(const asSMessageInfo *msg, void *param)
132
{
Callers
1
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected