In Dreamweaver the characters between a pair of forward slashes in a very simple calculation, like this:
var foo = Math.round(bar/3)+Math.floor(bar/2);
is read as a regex (at least by the syntax coloring). Will this break my code? Do I need to escape it somehow?