home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…ids, Adults, Educational / RocelcoInc-ExploreTheWorldOfSoftware-KidsAdultsEducational-Vol2-Shareware.iso / educate / disk115 / tutor.prn < prev    next >
Encoding:
Text File  |  1988-09-05  |  33.5 KB  |  781 lines

  1.                                 JEM Tutor
  2.         
  3.                   First make a backup of the JEM disk.
  4.          If you are unsure how to make a copy read  the  section  in  your
  5.        DOS  manual  under the copy command.JEM must have a CGA or a EGA to
  6.        work a color monitor is not necessary a mono  (one  color)  monitor
  7.        is ok with a CGA EGA.
  8.                  --------------------------------------
  9.         To  use  this  tutorial  print  this file out to the printer or go
  10.        back to DOS and type in "copy tutor.prn  prn"  hit  enter.You  will
  11.        need a copy of this in front of you to use this tutorial.
  12.         This  tutorial assumes that you know some DOS commands , if you do
  13.        not you will need your DOS manual. This  tutorial  will  teach  you
  14.        how  to  use  JEM  step  by  step.So start on the first page and go
  15.        through it slowly if you have a problem go back  a  page.After  you
  16.        get the hang of the commands JEM is very is easy to program in.
  17.         
  18.         First  JEM  is  a  LOGO  like  computer  language  or  a  Graphics
  19.        language. You can write computer programs in the JEM language  that
  20.        will  create  geometric  shapes  by  ordering the Turtle around the
  21.        screen. The following tutorial will teach  the  basic  commands  of
  22.        JEM.  The commands must be enter exactly as in this tutorial if the
  23.        screen does not look like the tutorial says it should  reenter  the
  24.        commands.
  25.         IMPORTANT TYPE IN THE COMMANDS EXACTLY IF A LETTER IS IN        IMPORTANT TYPE IN THE COMMANDS EXACTLY IF A LETTER IS IN
  26.         CAPITALS  OR  IF  IT  IS  SMALLCAPS  LOOK  CLOSE  AT  THE COMMAND.        CAPITALS  OR  IF  IT  IS  SMALLCAPS  LOOK  CLOSE  AT  THE COMMAND.
  27.        ---------------------------------------------------
  28.         Put the JEM disk in Drive A , type "jem" the screen  should  blank
  29.        and  a  small  pyramid  shape  should  appear  in the center of the
  30.        screen. The small pyramid shape is called the Turtle.  The  display
  31.        should  also  be  switched  To  the 40 character per line mode. The
  32.        bottom line of the screen will look like the line below.
  33.         
  34.                  ?-                                     !
  35.         
  36.         This is the command line all JEM commands are entered here.
  37.         Type in help the screen will now  be  in  80  character  per  line                help                                                      
  38.        mode.  The  screen  will have two columns the column on the left is
  39.        the list of the commands "built into  JEM"  .  The  column  to  the
  40.        right  is  a  brief description of the command on the left,the last
  41.        line reads "Press any Key for more Help".
  42.         Press the space bar five (5)times. You  have  the  Turtle  in  the
  43.        center  of the screen and the bottom line should look like the line
  44.        below if the not press the space bar until the line appears.
  45.         
  46.                ?-                                       !
  47.         
  48.                  This line is called the command line.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                                                     Page 1
  61.  
  62.         
  63.  Moving the Turtle forward and back.
  64.          
  65.         To start to order the turtle around the screen type in  forw  [10]                                                                forw  [10]
  66.        then  hit  enter  the  turtle  will move ahead ten (10) spaces. And
  67.        will leave a line behind it. Type in back [20] then hit  enter  the                                            back [20]                     
  68.        turtle  will  back  up  twenty  (20)  spaces. Try moving the turtle
  69.        forward 15 spaces type in forw [15] hit enter                                 forw [15]          
  70.         The turtle should move ahead fifteen spaces. Try moving the turtle
  71.        back 12 spaces type in back [12] then hit enter.                              back [12]                
  72.         Try  moving  the turtle yourself when you feel confident in moving
  73.        the turtle go on to next section.
  74.         
  75.  Clearing the Screen
  76.         
  77.         To clear the screen type in cs hit enter.  The  screen  should  be                                    cs                                    
  78.        clear now.
  79.  
  80.  Turning the Turtle
  81.         
  82.          To turn the turtle type in turn [180] hit enter the turtle should                                    turn [180]                            
  83.        be facing the command line. Type in  turn  [360]    hit  enter  the                                            turn  [360]                   
  84.        turtle  should  be  facing  the  top  of the screen. The turtle may
  85.        turned in any direction between 0 and 360 using this command.
  86.         
  87.                                   0
  88.         
  89.                            270    T     90
  90.         
  91.                                  180
  92.         Think of the top of the screen being 0 degrees and the  bottom  of
  93.        the screen being 180 degrees. Or think of a compass ,the
  94.        turn  [angle]  command will turn the turtle around like the pointer       turn  [angle]                                                      
  95.        of a compass.
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.                                                                     Page 2
  121.         
  122.  Hiding and Showing the Turtle
  123.         
  124.         The Turtle may be hidden (made to  disappear)  type  in  hide  hit                                                                 hide     
  125.        enter.  The turtle should be gone type in show hit enter the turtle                                                 show                     
  126.        should be back. Try this commands a few times.
  127.         
  128.  Drawing Lines and Centering the Turtle
  129.         
  130.         You can turn the line drawing by turtle on or  off.  Type  in  the
  131.        command  upen  hit  enter.  Now  type  in the command back [25] hit                upen                                         back [25]    
  132.        enter. The turtle will have backed up 25 spaces and there  will  be
  133.        no  line  drawn.  Type  in  dpen  hit enter , type in forw [25] hit                                   dpen                      forw [25]    
  134.        enter. The turtle will have moved forward 25  spaces  and  drawn  a
  135.        line.  Type  in  upen  forw [30]  hit enter the turtle should be 30                        upen  forw [30]                                   
  136.        spaces forward and there should be no line drawn.
  137.         To put the turtle back in the center of the  screen  type  gh  hit                                                                   gh     
  138.        enter. The turtle should be in the center of the screen.
  139.             
  140.  Switching Line Colors
  141.         
  142.          You  can  switch the color of the lines first clear the screen by
  143.         using the clear screen command. Type in cs hit enter.                                                cs           
  144.          Type in forw [5] Clr [3] forw [5]  hit  enter.  You  should  have                 forw [5] Clr [3] forw [5]                                
  145.        one  line  in  two  different  colors. Type in Clr [2] forw [5] hit                                                      Clr [2] forw [5]    
  146.        enter. The number of pen colors are 4 per palette  (between  0  and
  147.        3). Try using the Clr command.
  148.         
  149.  Switching Palettes     
  150.         
  151.         To  switch  palettes  type  in  1 hit enter you now have the first                                        1                                 
  152.        palette of colors. Type in 2 hit enter  you  now  have  the  second                                  2                                       
  153.        palette of colors.
  154.     
  155.         
  156.  Turning Command line on or off
  157.         
  158.         You  can turn the command line on or off to turn the line off type
  159.        in Off hit enter. To turn the command line  on  type  in  Line  hit          Off                                                    Line     
  160.        enter.
  161.  
  162.  Switching to 80 or 40 Characters per line mode
  163.         
  164.         You  can  switch  from  40  characters  per  line  mode  to the 80
  165.        character per line mode. Type in Hi hit enter you are  now  in  the                                        Hi                                
  166.        80  character  per  line mode. Type in med hit enter you are now in                                              med                         
  167.        the 40 character per line mode.
  168.         
  169.     
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.                                                                     Page 3
  181.  
  182.  Exiting JEM
  183.         Type in end hit enter the screen will clear  and  the  dos  prompt                end                                                       
  184.        will appear.
  185.         To go on with this Tutorial -
  186.         At the DOS prompt Type in jem hit enter                                  jem          
  187.         You will now be back in the the JEM program.
  188.         If  the  user  has  created  a command JEM will ask if you wish to
  189.        save the file before returning to DOS.
  190.         (Note see loading and saving files).
  191.         The next commands  are  more  complex  make  sure  you  understand        The next commands  are  more  complex  make  sure  you  understand
  192.        everything up to this point.       everything up to this point.
  193.       
  194.  Drawing a Box
  195.         Using  the  commands  shown so far you may now order the Turtle to
  196.        do some complex commands.  Like  drawing  a  box  first  clear  the
  197.        screen use the cs command.                      cs         
  198.        Type in cs hit enter.               cs           
  199.        Type in forw [20] turn [90] forw [20]  hit enter.               forw [20] turn [90] forw [20]            
  200.        Type in turn [180] forw [20] hit enter.               turn [180] forw [20]           
  201.        Type in turn [270] forw [20] hit enter.               turn [270] forw [20]           
  202.        Now to hide the Turtle
  203.        Type in hide hit enter.               hide           
  204.        You will now have a box drawn on the screen.
  205.        Now clear the screen and show the Turtle
  206.        Type in cs show hit enter               cs show          
  207.         
  208.  Right and Left Turns
  209.         You  can  turn  the  turtle right of its current position by using
  210.        the right turn command.
  211.          Type in rtrn [10]  hit enter                 rtrn [10]           
  212.         (The turtle should be ten degrees right of where it started)        (The turtle should be ten degrees right of where it started)
  213.         Type in ltrn [10] hit enter                ltrn [10]          
  214.         (The turtle should be 1ten degrees left of where it started)        (The turtle should be 1ten degrees left of where it started)
  215.         The rtrn [angle] and the ltrn [angle] will turn  the  turtle  from            rtrn [angle]         ltrn [angle]                             
  216.        the current position.
  217.         
  218.  To draw a box using the rtrn command                         rtrn        
  219.         First Clear the screen
  220.         Type in cs hit enter                cs          
  221.         Type in forw [20] rtrn [90] hit enter.                forw [20] rtrn [90]           
  222.         Type in forw [20] rtrn [90] hit enter.                forw [20] rtrn [90]           
  223.         Type in forw [20] rtrn [90] hit enter.                forw [20] rtrn [90]           
  224.         Type in forw [20] rtrn [90] hit enter.                forw [20] rtrn [90]           
  225.         Type in hide hit enter.                hide           
  226.         
  227.  Using the again Command
  228.         You  can  use  the  again command to make the computer do the hard
  229.         work. To use the again command first clear the screen using the
  230.         cs command and show the turtle.        cs                             
  231.         Type in cs show  hit enter.                cs show            
  232.         Type in agn [4] forw [20] rtrn [90] hit enter                agn [4] forw [20] rtrn [90]          
  233.         You now have a box on the screen.
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.                                                                     Page 4
  241.       
  242.  Using the Faster command
  243.         
  244.         If speed of the drawing seems slow there is a  way  to  speed  the
  245.         Turtle up using the F command. First clear the screen.                            F                                 
  246.         Type in cs  hit enter                cs           
  247.         Type in F agn [4] forw [20] rtrn [90] hit enter.                F agn [4] forw [20] rtrn [90]           
  248.         This is the fast mode for the Turtle.
  249.       
  250.  Using the Pause Command
  251.         
  252.         If  you  wish to have the Turtle stop and wait you may use the the
  253.        pse command. The pse (pause) command will stop the turtle and  wait       pse              pse                                               
  254.        for  a  key  to be pressed before going on the next command. To use
  255.        the pse command first clear the screen -           pse                                 
  256.        Type in cs hit enter               cs          
  257.        Type in forw [30] pse rtrn [90] forw [20]  hit enter               forw [30] pse rtrn [90] forw [20]           
  258.         The turtle will go forward 30 spaces and wait now hit any  key  on
  259.        the  key  board.  The turtle will now turn and go forward 20 spaces
  260.        and stop.
  261.         
  262.  Switching the Background color
  263.         
  264.         To switch the background color use the B command.                                               B         
  265.         Type in  B [3] hit enter                 B [3]          
  266.         Type in  B [0] hit enter                 B [0]          
  267.         There are 0 to 15 background colors that you can use with a CGA.
  268.         To reset to the default settings
  269.         Type in cs hit enter                cs          
  270.       
  271.  The Repeat Command
  272.         
  273.         The Repeat command will repeat all the commands following it.  The
  274.        repeat  command  has  to  control keys they are the p key and the s                                                           p             s
  275.        key. When the repeat command is running  hitting  the  p  key  will                                                              p           
  276.        pause  the  turtle  hitting any key but the s key will continue the                                                   s                      
  277.        Repeat command. If you hit the s key the turtle will stop.  to  use                                      s                                   
  278.        the repeat command-
  279.         Type in Rept rtrn [93] forw [11] hit enter                Rept rtrn [93] forw [11]          
  280.         To pause the repeat command hit the the  p key.                                                 p     
  281.         (Note do not hit the enter key)
  282.         To continue the repeat hit the spacebar.
  283.         (Note do not hit the enter key)
  284.         To stop the repeat -
  285.         Hit the p  key then hit the s key.                p                   s     
  286.         (Note do not hit the enter key).
  287.         Type in  cs hit enter                 cs          
  288.         
  289.  To Enter Text on the screen
  290.         
  291.         To  enter  text  on  the screen use the T command. To use the text                                                T                         
  292.        command-
  293.         Type in T [2] Hello There ,  hit enter                T [2] Hello There ,           
  294.         The number in the brackets is the line number to write  the  text.
  295.        The  message  you  wish  displayed  on  the  screen must end with a
  296.        comma.
  297.  
  298.  
  299.  
  300.                                                                     Page 5
  301.                                                  Creating your own programs or commands
  302.         
  303.         JEM allows you to create your own commands using the commands  you
  304.        have be shown. To create your own commands
  305.         Type in expl hit enter                expl          
  306.         Type in tell hit enter                tell          
  307.         Type in Rightbox= F agn [4] forw [30] rtrn [90] ; hit enter                Rightbox= F agn [4] forw [30] rtrn [90] ;          
  308.         The screen will now be back with the turtle and the command line.
  309.         Type in Rightbox hit enter.                Rightbox           
  310.         The turtle will have drawn the box.
  311.         
  312.  Listing your own commands
  313.         
  314.          Jem  allows  you  to  list your commands that you have created by
  315.        using the the show command. To list your commands -                     show                                 
  316.         Type in expl hit enter                expl          
  317.         Type in show hit enter                show          
  318.         Type in all hit enter                all          
  319.         Jem will now list all the commands or words in memory.
  320.         
  321.  Forgetting a command you have created
  322.         
  323.         Jem allows you to forget or get rid of commands that  you  do  not
  324.        want or simple do not work as planned. To use the forget command-                                                         forget         
  325.         Type in expl hit enter                expl          
  326.         Type in forget hit enter                forget          
  327.         Type in Rightbox hit enter                Rightbox          
  328.         Hit enter
  329.         Hit enter
  330.         The command Rightbox is now gone.
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.                                                                     Page 6
  361.  
  362.         
  363.                 
  364.  Loading Files
  365.         
  366.         To load a file use the G command to use the the get file command-                               G                                         
  367.         Type in G  hit enter                G           
  368.         You will now be asked for the file name -
  369.         Type in jem.dat hit enter                jem.dat          
  370.         (Note  if  JEM.DAT  has been removed from your disk you will get a
  371.          error comment)
  372.         Type in expl hit enter                expl          
  373.         Type in show hit enter                show          
  374.         Type in all hit enter                all          
  375.         Hit the enter key until you get the command line back.
  376.         When the Turtle and the command line return -
  377.         Type in window hit enter                window          
  378.         You now have a window on the screen.
  379.         List the commands again and  try  some  of  the  words  listed  in
  380.        jem.dat
  381.         
  382.  Saving Files
  383.         
  384.         If  you  use  the expl command during a session when you enter the                          expl                                            
  385.        end command Jem will ask you if you wish to save the word  file  if       end                                                                
  386.        you  answer yes you will be asked for the name you wish to give the
  387.        file. Or you may use the the Save  command  to  use  the  the  save                                    Save                                  
  388.        command.
  389.         Type in S hit enter                S          
  390.         You then be asked to give a file name
  391.         Type in Myfile.dat hit enter                Myfile.dat          
  392.  
  393.  Chaining Files
  394.         
  395.         JEM  allows  you  chain files and commands to use this command you
  396.        must know the file name and the first command you wish  to  execute
  397.        in that file.
  398.         Type in Do "jem.dat window"  hit enter                Do "jem.dat window"           
  399.         Jem will load the file jem.dat and execute the command window.                               jem.dat                                
  400.         The  Do  command  can  be  used  to load files also to use as file             Do                                                           
  401.        loader only see page 9.
  402.           
  403.  Auto Run JEM
  404.         
  405.         Jem allows you to create an auto run file or an auto load file  to
  406.        use  the auto feature. You must use the file name jem.run rename or                                                         jem.run          
  407.        create a file with this name. To use the the auto run  feature  the
  408.        word  or  command  startup must be in the jem.run file. The command                          startup                                         
  409.        startup can be defined as what ever you wish.(See page 9)
  410.         
  411.         
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.                                                                     Page 7
  421.                                  Variables
  422.         
  423.         Jem allows two variables they are var1 and var2. To set the  value                                          var1     var2.                  
  424.        in the variables -
  425.         Type in s [var1=1] hit enter                s [var1=1]          
  426.         Type in s [var2=5] hit enter                s [var2=5]          
  427.         
  428.         To add to the current value of the variables
  429.         
  430.         Type in s [var1+2] hit enter                s [var1+2]          
  431.         (this will add 2 to the current value of var1)                                                 var1 
  432.         Type in s [var2+3] hit enter                s [var2+3]          
  433.         (this will add 3 to the current value of var2)                                                 var2 
  434.  
  435.         To subtract to the current value of the variables
  436.         
  437.         Type in s [var1-2] hit enter                s [var1-2]          
  438.         (this will subtract 2 from the current value of var1)                                                        var1 
  439.         Type in s [var2-3] hit enter                s [var2-3]          
  440.         (this will subtract 3 from the current value of var2)                                                        var2 
  441.         
  442.         To use a variable -
  443.         
  444.         Type in forw [var1] turn [var2] hit enter                forw [var1] turn [var2]          
  445.  
  446.  Screen wrap ON or OFF
  447.         
  448.         The  screen  normally  wraps around that is to say that the turtle
  449.        if it goes off the top of the screen it will appear at  the  bottom
  450.        of  the  screen.  You  can  turn  the the wrap off if you wish that
  451.        means the turtle will not appear at the bottom  of  the  screen  if
  452.        the  turtle runs off the top of the screen. The command to turn the
  453.        wrap off is nwrp to turn the wrap on the command is wrap.                   nwrp                                    wrap 
  454.         
  455.         
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.                                                                     Page 8
  481.  
  482.         To print out JEM's display turn the  command  line  off,turn  your
  483.        printer on, hit the print screen key.
  484.         
  485.         JEM  is  language  similar  to  the computer language FORTH , user
  486.        words or commands  may  definded  using  the  pre-defined  commands
  487.        and/or  user  defined  commands  to  create more commands. Load the
  488.        file JEM.DAT to see examples of user created commands.
  489.         
  490.         Chaining of files the user can chain any number of files  to  each
  491.        other.  The  Auto  run  feature  must  have the JEM.RUN in the same
  492.        directory as JEM.COM and the word startup must be used in the  file                                         startup                          
  493.        JEM.RUN  to start the auto run feature. To see how the auto feature
  494.        works rename the file JEM2.DAT as JEM.RUN the load JEM. There is  a
  495.        small demonstration command in that file.
  496.        
  497.          User  defined  commands can be repeated in the same data file but                                                                       but
  498.        JEM will use the first  definition  only.  The  same  word  can  be
  499.        defined  in  a  different file as a different command. User defined
  500.        commands must be longer than five (5) characters in length for  JEM                must be longer than five (5)                              
  501.        to use them.
  502.         
  503.          When  using the ag (again) command care must used not to nest the                         ag                                               
  504.        the again command. Example of a nested command is ag [5] forw  [10]                                                         ag [5] forw  [10]
  505.        ag [4] forw [10] rtrn [3].       ag [4] forw [10] rtrn [3].
  506.         
  507.         To  use  the  Do command to load files only simply do not give the                      Do                       only                       
  508.        command a word to execute. Example of a file  load  using  the  the
  509.        Do commmand.       Do          
  510.         
  511.         Type in Do jem.dat hit enter                Do jem.dat          
  512.        Jem will load the file and return to the command line.
  513.         Also  a  user  defined  command can call itself if you do this JEM
  514.        will go in to endless loop. You can try Ctrl c to stop JEM but  you
  515.        may need to shut the system off to end the loop.
  516.         
  517.         Look  at  the  JEM.DOC  for addition information see next page for
  518.        command abbreviations.
  519.         
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.                                                                     Page 9
  541.  
  542.         
  543.         Jem basic commands can be shorten to one character  to  save  time
  544.        and  space  when the user creates their own commands here is a list
  545.        of the shorten commands.
  546.  
  547.         Function                      Command             Short Command
  548.         
  549.           
  550.         Moving the turtle forward       forw [spaces]       f [spaces]
  551.         Moving the turtle backwards     back [spaces]       b [spaces]
  552.         Clear screen                    cs                  c
  553.         Turn to a compass point         turn [angle]        t [angle]
  554.         Hide the turtle from view       hide                h
  555.         Show the turtle                 show                s
  556.         Turtle pen up                   upen                u
  557.         Turtle pen down                 dpen                d
  558.         Switch line colors              Clr [number]        C [number]
  559.         Switch to Palette 1             1                   1
  560.         Switch to Palette 2             2                   2
  561.         Command line on                 Line                L
  562.         Command line off                Off                 O
  563.         40 Chars per line(default)      med                 m
  564.         80 Chars per line               Hi                  H
  565.         Exiting JEM                     end                 end
  566.         Right turns                     rtrn [angle]        r [angle]
  567.         Left turns                      ltrn [angle]        l [angle]
  568.         Again x times                   agn [times]         a [times]
  569.         Faster command                  Fast                F
  570.         Pause wait foe keypress         pse                 p
  571.         Seting Background Color         Back [number]       B [number]
  572.         Repeat Command                  Rept                R
  573.         Put text on screen              T [line] here ,     T [line] here,
  574.         Get a data file                 G                   G
  575.         Get a data file                 Do filename         D filename
  576.         Save a data file                Save                S
  577.         Get file Do a command           Do file command     D file command
  578.         Screen wrap on                  wrap                w
  579.         Screen wrap off                 nwrp                n
  580.         
  581.         Variable # 1                    var1                var1
  582.         Variable # 2                    var2                var2
  583.         Explain to Turtle               explain             exp
  584.         
  585.         
  586.             
  587.         
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.                                                                    Page 10
  601.  
  602.         The following page will let you try some user defined commands  in
  603.        the data file JEM.DAT to see how the commands work.
  604.          
  605.         You can get a print out of the file JEM.DAT to look at by going to
  606.        DOS put the JEM disk in the disk drive. At the DOS prompt-
  607.         
  608.                  Type in  copy jem.dat prn hit enter                          copy jem.dat prn          
  609.  
  610.              After the printer is done load the JEM  program  at  the  DOS
  611.             prompt -
  612.                  
  613.                   Type in  jem  hit enter                              jem              
  614.                                         
  615.         This  page  has  a number of commands in the JEM.DAT file the user
  616.         can try and look at. First load the data file jem.dat-
  617.  
  618.                 Type in   D jem.dat       hit enter                          D jem.dat                
  619.                 Type in   R shapes        hit enter                          R shapes                 
  620.         
  621.         Jem will draw a number of shapes on the screen
  622.         
  623.                 Type in   cs R shapes2    hit enter                          cs R shapes2             
  624.             
  625.         Jem will draw some more shapes on the screen
  626.            
  627.           To see the difference in drawing speed using the Repeat command
  628.         try this
  629.                  Type in   cs shapes2      hit enter                           cs shapes2               
  630.  
  631.          When the turtle is finshed try the same  word  using  the  Faster
  632.        command.
  633.                  Type in   cs F shapes2     hit enter                           cs F shapes2              
  634.  
  635.          There is a noticeable difference in drawing speed.
  636.          You can use the turtle to draw letters also try
  637.         
  638.                   Type in  cs F startwrite   hit enter                           cs F startwrite            
  639.         Now  you  can try some of the other words in the JEM.DAT file. Try
  640.        creating some words try
  641.         
  642.                   Type in   expl     hit enter                            expl              
  643.                   Type in   tell     hit enter                            tell              
  644.                   Type in   myword1= cs F startwrite ;  hit enter                            myword1= cs F startwrite ;           
  645.         
  646.       Get back to the command line and the turtle on the screen then -
  647.  
  648.                   Type in   myword1  hit enter                            myword1           
  649.         
  650.        Try creating your own words on your own now.
  651.         
  652.         
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.                                                                    Page 11
  661.  
  662.         Index
  663.         
  664.         Page 1                    Command line, help command
  665.         Page 2                    Moving the Turtle  forw , back commands
  666.         Page 2                    Clearing the screen cs command
  667.         Page 2                    Turning the Turtle turn command
  668.         Page 3                    Turtle on or off hide,show command
  669.         Page 3                    Drawing lines penup pendown command
  670.         Page 3                    Centering the Turtle gohome command
  671.         Page 3                    Switching line colors Color command
  672.         Page 3                    Color Palettes   1 , 2 commands
  673.         Page 3                    Command line off Off  Line command
  674.         Page 3                    80 ,40 Chars pre line Hi ,Med command
  675.         Page 4                    Ending a Jem session end command
  676.         Page 4                    Drawing a simple Box
  677.         Page 4                    Right turn command rtrn command
  678.         Page 4                    Left turn command  ltrn command
  679.         Page 4                    Using the rtrn command
  680.         Page 4                    Using the again command agn command
  681.         Page 5                    Using the Faster command F command
  682.         Page 5                    Using the Repeat command R command
  683.         Page 5                    Switching the Background color B command
  684.         Page 5                    Using the Pause command P command
  685.         Page 5                    Using the Text command T command
  686.         Page 6                    Creating Commands
  687.         Page 6                    Using the explain command expl command
  688.         Page 6                    Using the list command show command
  689.         Page 6                    Forgetting a command forget command
  690.         Page 7                    File handing
  691.         Page 7                    Loading a data file Get command
  692.         Page 7                    Auto command excute Do command
  693.         Page 9                    Loading a data file Do command
  694.         Page 7                    Saving a data file Save command
  695.         Page 7                    Automatic load and run of JEM
  696.         Page 8                    Variables
  697.         Page 8                    Setting the variable value
  698.         Page 8                    Addition with the variables
  699.         Page 8                    Subtraction of the variables
  700.         Page 8                    Screen wrap on or off
  701.         Page 8                    Using nwrp command
  702.         Page 8                    Using wrap command
  703.         Page 9                    Chaining data files
  704.         Page 10                   Basic Command Short hand
  705.         Page 11                   Using the tell command
  706.         Page 11                   Creating commands
  707.         Page 11                   Practice using commands
  708.         
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.                                                                    Page 12
  721.  
  722.         
  723.         
  724.         
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.                                                                    Page 13
  781.