Relation:include

Include the entire code or another Relation program

Description

include filename

Parameters

filename: Any valid name with the extension .rel
Include the entire code or another Relation program

Description

include filename

Parameters

filename: Any valid name with the extension .rel

Examples

example
include "prog.rel"

Comments

You may want to include a function you can reuse in multiple programs.

There is no path. The file must be in the same folder. See sandbox.

The code is executed as if it was been written at this place in the program. The progress bar stays on the include line while all included lines are executed.

See also

template