** runFunc **
runFunc - ISPPY Wiki
# OVERVEIW
The runFunc command allows the user to run functions saved via the defFunc command
# SYNTAX
To use the defFunc command, type 'defFunc(functions[*NAME OF THE FUNCTION YOU WANT TO RUN*])'
NOTE: If you imported using 'import Lang' then you have to do 'defFunc(functions[*NAME OF THE FUNCTION YOU WANT TO RUN*])'
# HOW THIS IS ACCOMPLISHED IN PYTHON
This command is made by having a "function" with 1 input parameter, which is for the name of the funtion you want to run. It looks for the function in the dictonary, then, if it is found, runs it.
Go back home