I'm using some code that seems to require that I make an array that uses the tilde (~) symbol, as below:
var quizArray = [
'27~29~Which sentence is written correctly?~Julie said "I have an older brother named Ike."~Mrs. Wagner, said "Children, return to your seats."~Mario looked at me and said, "I don\'t believe it!"~"I can\'t remember his address" admitted, Zach.'
];
Why use the tilde instead of a comma? Is this part of proprietary code scheme?