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

    (C)1993 Asimware Innovations                                       */


options results

address "AsimTunes_ARexx"

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


if( result )
	then say 'The GlobalAutoPlay? menu item is selected.'
	else say 'The GlobalAutoPlay? menu item is not selected.'

exit
