SLabuz95 / TclToTextFileGenerator

0 stars 0 forks source link

Strings with double quotes and curly brackets dont need special sign \ #19

Closed SLabuz95 closed 2 years ago

SLabuz95 commented 2 years ago

Strings with double quotes and curly brackets dont need special sign \ at end of line to be multiple line strings. New line in this case is just new line.

SLabuz95 commented 2 years ago

End of string has been implemented for lists only (curly brackets). Double quotes has been added too. Solved.