User:CRGreathouse: Difference between revisions

Content added Content deleted
(→‎GeSHi tester: \\ and ')
Line 49: Line 49:
default(simplify, 1) \\ default that conflicts with a function
default(simplify, 1) \\ default that conflicts with a function
trap(gdiver, "tried to divide by 0", 1/0) \\ error type
trap(gdiver, "tried to divide by 0", 1/0) \\ error type
"this is a string with embedded \"quotes\""andavariable" in the middle" \\ string context, embedded "
"this is a string with embedded \"quotes\" and a "variable" in the middle" \\ string context, embedded "
"another string, this one with a \\ in the middle, the rest shouldn't be a comment"
'this is all a giant literal var \\ not a quote, not an error -- though if only the first part is treated as a variable that would be fine
(x^2+1)'+1 \\ derivative of x^2+1, plus one -- nothing funny should happen to the +1
100 \ 9 *4 / 3 + 1 - 2 \\ are operators highlighted equally, even integer division?
100 \ 9 *4 / 3 + 1 - 2 \\ are operators highlighted equally, even integer division?
100\9\/3 \/ 1 \\ what about without spaces, or the unusual \/ operator?
100\9\/3 \/ 1 \\ what about without spaces, or the unusual \/ operator?