Code: Select all
var sa = {"""
a
b""", "c"};
Both pieces of code look identical to me.So, the following would be incorrect as well:Code: Select all
var sa = {""" a b""", "c"};
Moderators: Site Manager, fjwalraven
Code: Select all
var sa = {"""
a
b""", "c"};
Both pieces of code look identical to me.So, the following would be incorrect as well:Code: Select all
var sa = {""" a b""", "c"};
Users browsing this forum: No registered users and 10 guests