Module Configuration
load_debasher_module()
Public: Loads a DeBasher module.
$1 - String containing the name of a module.
Examples
load_debasher_module “module_name”
The function does not return any value.
module_description()
Public: Generates a description for a module.
$1 - Text describing the module
Examples
module_description “This module implements the “Hello World!” program.”
The function prints the given module description to the standard output.