WinLogo 1.16

Manual Errata:

Tutorial Page 47
  The shapes editor on a RISC PC will show no shapes if the current
  screen  mode is greater than 256 colours.

Reference Page 169
  Load defaults to the directory in which !WinLogo resides. To specify a
  path use the following format

  LOAD "ADFS::WinLogo.$$.Demos.Bike

  Note the use of $$ instead of $. This is because $ is a control character
  in WinLogo. This also applies to all other filer operations.

Refernece Page 210
  The example for PProp contains the following line;

  POPROP "WINLOGO

  This should read;

  SHOW PLIST "WINLOGO


Reference Page 260
  Setshade does not alter the fill pattern in this version of WinLogo.
   
Loading Procedures
  To load a procedure which has been saved as a text file, drag the text
  file onto the WinLogo icon on the iconbar. This will load and define the
  procedure. If you have dragged the text file to the work window, highlight
  the procedure and press ctrl-R. This will RUN the procedure.

SavePic / LoadPic
  SavePic saves the current image from the Graphics window under the specified
  file name in the default directory or where specified by path. The turtle
  images and scenery are not included in the file. The file will be in the
  WinLogo imagefile format and will have the filetype Data. These files can be
  loaded into WinLogo by dropping them back onto the Graphics window or by
  using the LoadPic primitive. These files can also be loaded by WinLogo for
  Windows.
  LoadPic can only load WinLogo imagefiles.

LoadScenery
  LoadScenery will load an Acorn Spritefile into the Graphics window as a
  backdrop.

NormalScenery {NS} (See also AdjustScenery p73 Reference Manual)
  NormalScenery will set the scenery in the Graphics window to NOT
  scale to fit the window.

