home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / laser / lasrflow.arc / SAMPLE1.FLO < prev    next >
Text File  |  1988-10-26  |  1KB  |  55 lines

  1. ;  Sample2.FLO               Examples of each shape and font.
  2. ;
  3. ;
  4. SCALE .75
  5. CENTER 3
  6. FONT 1
  7. TITLE "A Sample Flowchart using LASRFLOW"
  8. TITLE FONT 0 .5 7    "A Subtitle in Font 0"
  9. TITLE FONT 1 .5 7.5    "A Subtitle in Font 1"
  10. TITLE FONT 2 .5 8    "A subtitle in Font 2"
  11. TITLE FONT 3 .5 8.5    "A subtitle in Font 3"
  12. TITLE FONT 4 .5 9    "A subtitle in Font 4"
  13. BOX .4 6.8 2.4 2.55
  14. BOX .35 6.75 2.5 2.65
  15. ;
  16.     START
  17.     TAPE "Tape;Shape"
  18.     PROCESS "Process;Shape" OFFSHOOT RIGHT ARROW DOCUMENT "Document;Shape" END
  19.     MANUAL "Manual;Shape"
  20. label1: 1 3
  21.     PROCESS "Another;Process"
  22.     DRUM "Tupperware;Container"
  23. label2: 3 5
  24.     AUX "AUX;Shape"
  25.     TAPE "Another;Tape"
  26. label3: 5 7
  27.     MERGE "MERGE"
  28.     TAPE "Still;Another;Tape"
  29. ;
  30.     START 2 2
  31.     CIRCLE "Circle"
  32.     TO label1
  33.  
  34.     START 4 0
  35.     PROCESS "This text;is inside"
  36.     TEXT LEFT "This text;goes on;the left"
  37.     EXTRACT "EXTRACT"
  38.     TAPE "A tape"
  39.     PREP "PREP;Shape"
  40.     TAPE "A sorted;Tape"
  41.     TO label2
  42.  
  43.     START 6 0
  44.     FILE "Another;FILE"
  45. label4:
  46.     PROCESS "Still;Another;Process"
  47.     TEXT SIDE BRACKET "This Text;goes on;the side;with a;bracket"
  48.     FILE "Still;Another;File"
  49.     PROCESS "Endless;Processes"
  50.     IF LEFT "Condition;Met?" "Yes" TO label4 ARROW
  51.     ELSE "No"
  52.     PROCESS "Almost;Done"
  53.     TAPE "Some Tape"
  54.     TO label3
  55.