embedded speech marks in strings
- Posted by raseunew Jan 14, 2011
- 981 views
Release :
Euphoria Interpreter v4.0.0
Linux, Using System Memory
Revision Date: 2010-12-22, Id: 115714454200
the following code
sequence DATA3 = """1,2,3,4,"five",6,7,"eight",9,"10""""
fails with the following error
<0067>:: end of line reached with no closing "
the following all work ok
--// ok sequence DATA1 = """1,2,3,4,"five",6,7,"eight",9,"10" """ --// ok sequence DATA2 = """1,2,3,4,"five",6,7,"eight",9,"10" """