Changes between Version 53 and Version 54 of FortressCommentSyntax

Show
Ignore:
Timestamp:
11/05/09 16:11:39 (3 weeks ago)
Author:
gls
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FortressCommentSyntax

    v53 v54  
    2121 
    2222A ''delimited comment'' begins with `(*` and ends with a matching `*)`. 
    23 A delimited comment that contains one of more newline characters 
     23A delimited comment that contains one or more newline characters 
    2424is called a ''multiline comment''.  (The term ''single-line comment'' is 
    2525used to refer to either an end-of-line comment or a delimited comment 
     
    507507#!fsx 
    508508(* 
    509    It should be possible to include images, too: 
     509   It is possible to include images, too: \\ 
    510510   {{sampleimage.jpg}} 
    511511*)