Retrieves a global or local parameter from the PlanetCNC application's parameter storage.
param_get(name)
Retrieve a parameter named “_current_tool”
param_get("_current_tool"); // returns the value of "_current_tool"
Retrieve a parameter named “_current_toolname”
param_get("_current_toolname"); // returns the string value of "_current_toolname"