# this tests print formats and filters

%% DEFINE 
   name  = gimp 
   wages = 99.42
%%

%% name format=quoted  %%

%% name format=dquoted %%

%% name format=squoted %% => $%% wages format=money %%

#========================================================================

# TIME is a special variable.  This will return the current system time
# which will not match the expected test.  The "#pragma ignore" in the 
# corresponding expected output (../expect/subst.5) tells the
# test script to turn off line comparison checking until the next 
# "#pragma check"

%% TIME %% seconds since the epoch
%% TIME format="%d-%b-%y" %% 

#========================================================================