When I'm testing out two different versions of code, and I want to see what the differences are between their output, there's an easy way to switch the activity between these two different sets of code:
/**/
Do_Action("Alpha");
/*/
Do_Action( "Beta");
/**/
In the above code, as you can see from the coloration, Do_Action("Alpha"); is the only
(
Read more... )