Exec
Overview
The EXEC directive is used to execute a stored procedure whther it be built-in or user created.
Example
exec ShowCachePartitions
EXEC WordList:Word:CreateAndGetWord('Katzebase')
See also
Related
exec ShowCachePartitions
EXEC WordList:Word:CreateAndGetWord('Katzebase')