Include a file in the current namespace:
include('file.sf')
Include a file as module (file must exists in SIDEF_INC as Some/Name.sm):
SIDEF_INC
Some/Name.sm
include Some::Name # variables are available here as: Some::Name::var_name
Last updated 2 years ago