!7 cmodule ParamTest > DynPrintLog { S theParameter; start { print("The parameter is: " + theParameter); } }