Logtalk reference manual
Entity directive: initialization/1

initialization/1

Description

initialization(Goal)

Sets a goal to be called immediately after the container entity has been loaded to memory.

Template and modes

initialization(@goal)

Examples

:- initialization(init).