// DEFINES TYPOGRAPHICAL SIGN VARIABLES

var period = ".";
var comma = ",";
var semicolon = ";";
var space = " ";
