S-expressions: Difference between revisions

→‎{{header|JavaScript}}: hint to bugfix concerning \" and \n in strings
(→‎OCaml: fix broken link)
(→‎{{header|JavaScript}}: hint to bugfix concerning \" and \n in strings)
Line 3,839:
 
=={{header|JavaScript}}==
(for a '''bug-fix''' concerning \" and \n in strings see the [[Talk:S-expressions#JavaScript_version_bugfix_for_%5C%22_and_%5Cn_in_strings|Discussion]])
===Procedural===
<syntaxhighlight lang="javascript">String.prototype.parseSexpr = function() {
3

edits