Next: Nested on used, Previous: assign outside on, Up: Well-formedness – Nesting [Contents][Index]
action outside onAn action occurred outside the scope of a declarative context:
interface action_outside_on
{
out void world ();
behavior
{
[true] world;
}
}
This results in the following error message:
action-outside-on.dzn:6:12: error: action outside on