Ceci n'est pas une grammar mistake.
This commit is contained in:
parent
0f5e30c7b2
commit
903d7c06bb
|
@ -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 (string-append "rope" "twine" "yarn") (code:comment @#,t{append strings}))
|
||||||
(code:line (substring "corduroys" 0 4) (code:comment @#,t{extract a substring}))
|
(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-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)
|
(string? 1)
|
||||||
(code:line (sqrt 16) (code:comment @#,t{find a square root}))
|
(code:line (sqrt 16) (code:comment @#,t{find a square root}))
|
||||||
(sqrt -16)
|
(sqrt -16)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user