You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Victor Mataré edited this page Dec 11, 2020
·
11 revisions
In golog++, functions are pure functional expressions.
That is, they must return some value of a non-void type, and they are side-effect free.
In particular, that means they are always made up of exactly one expression of the appropriate type, and nowhere can they contain any instructions like action calls or other things that may appear in a curly-braced code block.