Ceci n'est pas une grammar mistake.

This commit is contained in:
Vincent St-Amour 2011-01-24 14:00:08 -05:00
parent 0f5e30c7b2
commit 903d7c06bb

View File

@ -228,7 +228,7 @@ click on an identifier to get full details about its use.
(code:line (string-append "rope" "twine" "yarn") (code:comment @#,t{append strings}))
(code:line (substring "corduroys" 0 4) (code:comment @#,t{extract a substring}))
(code:line (string-length "shoelace") (code:comment @#,t{get a string's length}))
(code:line (string? "c'est ne pas une string") (code:comment @#,t{recognize strings}))
(code:line (string? "Ceci n'est pas une string.") (code:comment @#,t{recognize strings}))
(string? 1)
(code:line (sqrt 16) (code:comment @#,t{find a square root}))
(sqrt -16)