home *** CD-ROM | disk | FTP | other *** search
- ; Sample2.FLO Examples of each shape and font.
- ;
- ;
- SCALE .75
- CENTER 3
- FONT 1
- TITLE "A Sample Flowchart using LASRFLOW"
- TITLE FONT 0 .5 7 "A Subtitle in Font 0"
- TITLE FONT 1 .5 7.5 "A Subtitle in Font 1"
- TITLE FONT 2 .5 8 "A subtitle in Font 2"
- TITLE FONT 3 .5 8.5 "A subtitle in Font 3"
- TITLE FONT 4 .5 9 "A subtitle in Font 4"
- BOX .4 6.8 2.4 2.55
- BOX .35 6.75 2.5 2.65
- ;
- START
- TAPE "Tape;Shape"
- PROCESS "Process;Shape" OFFSHOOT RIGHT ARROW DOCUMENT "Document;Shape" END
- MANUAL "Manual;Shape"
- label1: 1 3
- PROCESS "Another;Process"
- DRUM "Tupperware;Container"
- label2: 3 5
- AUX "AUX;Shape"
- TAPE "Another;Tape"
- label3: 5 7
- MERGE "MERGE"
- TAPE "Still;Another;Tape"
- ;
- START 2 2
- CIRCLE "Circle"
- TO label1
-
- START 4 0
- PROCESS "This text;is inside"
- TEXT LEFT "This text;goes on;the left"
- EXTRACT "EXTRACT"
- TAPE "A tape"
- PREP "PREP;Shape"
- TAPE "A sorted;Tape"
- TO label2
-
- START 6 0
- FILE "Another;FILE"
- label4:
- PROCESS "Still;Another;Process"
- TEXT SIDE BRACKET "This Text;goes on;the side;with a;bracket"
- FILE "Still;Another;File"
- PROCESS "Endless;Processes"
- IF LEFT "Condition;Met?" "Yes" TO label4 ARROW
- ELSE "No"
- PROCESS "Almost;Done"
- TAPE "Some Tape"
- TO label3
-