/*************************************************/
/* AreasDemo.Rexx       $VER AreasDemo       1.0 */
/* © 1996 Gary Colville & DayStar Software       */
/*                                               */
/* This script demonstrates the use of Cyclone's */
/* ARexx area commands.                          */
/*                                               */
/* See documentation for full description of     */
/* these commands.                               */
/*************************************************/

options results
address 'CYC'

'popalist '

aname = RESULT
 
msg = "Jumping to Area"

'textreq  TEXT "'msg' 'RESULT'!"'

'gotoarea ' aname

'textreq ' '"Nice, eh?"'


