User:CRGreathouse: Difference between revisions

Content added Content deleted
(→‎GeSHi tester: more operators)
Line 59: Line 59:
n=[1,2][9^9%2+1] \\ other operators
n=[1,2][9^9%2+1] \\ other operators
(a && b) || (c && d) == e++ === f-- != g;
(a && b) || (c && d) == e++ === f-- != g;
!#[]~ \\ operators
for(i=1,9,variable_with_underscore);
for(i=1,9,variable_with_underscore);
Mod(3,9).mod \\ member function
Mod(3,9).mod \\ member function