Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>DrScheme let's you do these things. Here's the things you can insert from the PLT website:</p> <p><a href="http://docs.plt-scheme.org/drscheme/Menus.html#(part._.Insert)" rel="nofollow noreferrer">http://docs.plt-scheme.org/drscheme/Menus.html#(part._.Insert)</a></p> <p>3.1.6 Insert</p> <ul> <li>Insert Comment Box : Inserts a box that is ignored by DrScheme; use it to write comments for people who read your program.</li> <li>Insert Image... : Opens a find-file dialog for selecting an image file in GIF, BMP, XBM, XPM, PNG, or JPG format. The image is treated as a value.</li> <li>Insert Fraction... : Opens a dialog for a mixed-notation fraction, and inserts the given fraction into the current editor.</li> <li>Insert Large Letters... : Opens a dialog for a line of text, and inserts a large version of the text (using semicolons and spaces).</li> <li>Insert λ : Inserts the symbol λ (as a Unicode character) into the program. The λ symbol is normally bound the same as lambda.</li> <li>Insert Java Comment Box : Inserts a box that is ignored by DrScheme. Unlike the Insert Comment Box menu item, this is designed for the ProfessorJ language levels. See ProfessorJ.</li> <li>Insert Java Interactions Box : Inserts a box that will allows Java expressions and statements within Scheme programs. The result of the box is a Scheme value corresponding to the result(s) of the Java expressions. At this time, Scheme values cannot enter the box. The box will accept one Java statement or expression per line.</li> <li>Insert XML Box : Inserts an XML; see XML Boxes and Scheme Boxes for more information.</li> <li>Insert Scheme Box : Inserts a box to contain Scheme code, typically used inside an XML box; see XML Boxes and Scheme Boxes.</li> <li>Insert Scheme Splice Box : Inserts a box to contain Scheme code, typically used inside an XML box; see also XML Boxes and Scheme Boxes.</li> <li>Insert Pict Box : Creates a box for generating a Slideshow picture. Inside the pict box, insert and arrange Scheme boxes that produce picture values.</li> </ul> <p>You also insert your unit tests with the code that you're testing. Pretty neat stuff.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload