13.29 PSEUDOVE

Type:  General type of POPS symbol  
Use:   Pseudo-verbs are magic symbols which cause FORTRAN routines to  
       carry out specific actions.  Unlike verbs, pseudo-verbs are  
       executed as soon as they are encountered by the compiler even  
       in compile mode.  In general, the FORTRAN routines which are  
       invoked will parse the remainder of the input line under  
       special, non-standard rules.  Any normal code typed on the line  
       ahead of the pseudo-verb will not be executed.  
Grammar:  See the HELP listings for the specific pseudoverb.  
Examples:    HELP  HELP  
             ARRAY   JUNK(4, -7 TO 9)  
             PROC DUMMY (I,J)  
             LIST DUMMY  
             DEBUG TRUE  
             INPUTS MLOAD  
****************************************************************

ABORTASK    stops a running task
ABOUT    displays lists and information on tasks, verbs, adverbs
APROPOS    displays all help 1-line summaries containing specified words
ARRAY    Declares POPS symbol name and dimensions
COMPRESS    recovers unused POPS address space and new symbols
CORE    displays the used and total space used by parts of POPS table
DEBUG    turns on/off the POPS-language’s debug messages
DEFAULT    Verb-like sets adverbs for a task or verb to initial values
EDIT    enter edit-a-procedure mode in the POPS language
ELSE    starts POPS code done if an IF condition is false (IF-THEN..)
ENDBATCH    terminates input to batch work file
ENDEDIT    terminates procedure edit mode of POPS input
ERASE    removes one or more lines from a POPS procedure
EXPLAIN    displays help + extended information describing a task/symbol
FINISH    terminates the entry and compilation of a procedure
GET    restores previously SAVEd full POPS environment
GO    starts a task, detaching it from AIPS or AIPSB
HELP    displays information on tasks, verbs, adverbs
IF    causes conditional execution of a set of POPS statements
INP    displays adverb values for task, verb, or proc - quick form
INPUTS    displays adverb values for task, verb, or proc - to msg file
ISBATCH    declares current AIPS to be, or not to be, batch-like
LIST    displays the source code text for a POPS procedure
MODIFY    modifies the text of a line of a procedure and recompiles
MSGKILL    turns on/off the recording of messages in the message file
OFMGET    loads TV OFMS from a system or user OFM save file
OFMSAVE    saves the TV’s current OFM lookup table in a text file
OUTPUTS    displays adverb values returned from task, verb, or proc
PROC    Define a POPS procedure using procedure editor.
PROCEDUR    Define a POPS procedure using procedure editor
PSEUDOVB    Declares a name to be a symbol of type pseudoverb
RESTORE    Read POPS memory file from a common area.
RUN    Pseudoverb to read an external RUN files into AIPS.
SAVE    Pseudoverb to save full POPS environment in named file
SCALAR    Declares a variable to be a scalar in a procedure
SCRATCH    delete a procedure from the symbol table.
SGDESTR    Verb-like to destroy named POPS environment save file
SGUGET    Gets another user’s SAVE/GET file.
SHOW    Verblike to display the TELL adverbs of a task.
STORE    Store current POPS environment
STRING    Declare a symbol to be a string variable in POPS
TELL    Send parameters to tasks that know to read them on the fly
TGET    Verb-like gets adverbs from last GO of a task
THEN    Specified the action if an IF test is true
TPUT    Verb-like puts adverbs from a task in file for TGETs
TUGET    Verb-like gets adverbs from last GO of a task from another user #
USAVE    Pseudoverb to save full POPS environment in named file
VERB    Declares a name to be a symbol of type verb
VGET    Verb-like gets adverbs from version task parameter save area
VPUT    Verb-like puts adverbs from a task in files for VGETs
WAITTASK    halt AIPS until specified task is finished
WHILE    Start a conditional statement
XHELP    Accesses hypertext help system