/*
@Node Header
@Next Macro

Code:       help.rexx
Author:     Russell Leighton
Revision:   16 Feb 1994

Comments:

This  script  invokes  AmigaGuide  with  the  database 'Ami2D.guide'.  This
provides  on-line  help  during  an  interactive  session.   AmigaGuide  is
required to use this macro.

(AmigaGuide Copyright © 1992 Commodore-Amiga, Inc).

@EndNode
@Node Macro
*/

address command 'run <nil: >nil: sys:utilities/amigaguide ami2d:doc/Ami2D.guide PUBSCREEN AMI2D'
exit
