# this tests execution of external methods and/or functions

%% DEFINE foo = "This is Foo" %%
%% DEFINE alias = $foo %%
------------------------------------------------------------------------
%% mt_method
   message = "Hello World!"
   name    = "Andy Wardley"
   uid     = "abw"
%%
------------------------------------------------------------------------
%% mt_function 
   metavar = foo
%%
------------------------------------------------------------------------