/*  This example will demonstrate the use of the set_global_autoplay command
    in AsimTunes.

    (C)1993 Asimware Innovations                                       */


options results

address "AsimTunes_ARexx"

set_global_autoplay 1
if rc ~= 0 then do
	say 'Failed with 'rc'.'
	exit
end

exit
