Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: XTFCR

Package: Toolkit

Routine: XTFCR


Information

XTFCR ;SF-ISC.SEA/JLI - FLOW CHART GENERATOR FOR MUMPS ROUTINES ;9/21/93 09:53 ;

Source Information

Source file <XTFCR.m>

Entry Points

Name Comments DBIA/ICR reference
ENTRY
DQ ; Entry point for tasked job
ROU ;
EXIT ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"FLOW CHART GENERATOR FOR MUMPS ROUTINES",!
  • Line Location: XTFCR+2
Function Call: WRITE
  • Prompt: !,"< COND > = CONDITIONAL, if 'COND' is true code to the left is performed"
  • Line Location: XTFCR+3
Function Call: WRITE
  • Prompt: !!,"[ LINE^ROU ] = DO or SUBROUTINE call to location LINE of routine ROU,",!," control returns to commands following this in sequence"
  • Line Location: XTFCR+4
Function Call: WRITE
  • Prompt: !!,"{ LINE^ROU } = GO TO, control is transferred to the location LINE in",!," routine ROU.",!
  • Line Location: XTFCR+5
Function Call: WRITE
  • Prompt: !!,"TASK QUEUED",!
  • Line Location: ENTRY+4
Info |  Source |  Entry Points |  Interaction Calls