# this tests execution of external methods and/or functions
------------------------------------------------------------------------
mt_method(mt_method message = "Hello World!" name = "Andy Wardley" uid = "abw")
name => Andy Wardley
uid => abw
message => Hello World!
------------------------------------------------------------------------
mt_function(mt_function metavar = foo)
metavar => foo
------------------------------------------------------------------------