Return to Script Contents
Comments have been omitted... to show just how brief a macro might be.
/dest pfile
/mac pfile file
/decl blah
/parse file %file
/if fail
/goto bottom
/endif
/label top
/getword %blah
/if fail
/endparse
/goto bottom
/endif
/echo %blah
/goto top
/label bottom
/endmac
Return to Script Contents