## page was renamed from testpage
Here are some examples of how to use seesaw

== Q & A ==

||<style="border:0"> Q. What does ROS stand for? ||<style="border:0"> <<SeeSaw(q1, toshow="A.", inline=" Robot Operating System")>> ||
||<style="border:0">Q. Where is Willow Garage located? ||<style="border:0"> <<SeeSaw(q2, toshow="A.", inline=" Menlo Park")>> ||

== With & Without Buttons ==

<<SeeSaw()>>{{{  }}}<<SeeSaw(toshow="click here", tohide="click to hide", type=button)>>
{{{#!wiki seesaw section
This is the section
}}}


== Toggling Sections ==

{{{#!wiki show
This should be showing
}}}

{{{#!wiki seesaw
This is ???
}}}


Hello World in:{{{  }}}
<<SeeSaw("+bash/-all", Bash)>>{{{   }}}
<<SeeSaw("-bash/-python/+c/-java", C)>>{{{   }}}
<<SeeSaw("-bash -python -c +java", Java)>>{{{   }}}
<<SeeSaw("+python/-all", Python)>>{{{  | }}}
<<SeeSaw("+compiled -all", Compiled)>>{{{   }}}
<<SeeSaw("+scripted -all", Scripted)>>{{{  | }}}
<<SeeSaw("+all", All)>>{{{   }}}
<<SeeSaw("-bash -python -c -java", None)>>
<<SeeSaw(section="bash", show=False, toshow="", tohide="")>>

{{{{#!wiki seesaw bash show
ShowingABCD
}}}}

{{{{#!wiki seesaw bash 
HiddenABCD
}}}}


{{{{#!wiki seesaw bash scripted all

=== Hello World in Bash ===
{{{
echo "Hello World"
}}}
}}}}

{{{{#!wiki seesaw c compiled all
=== Hello World in C ===
{{{
#include <stdio.h>

int main()
{
    (void) printf("Hello World);
}
}}}
}}}}

{{{{#!wiki seesaw java compiled all
=== Hello World in Java ===
{{{
class HelloWorld
{  
    public static void main(String args[])
    {
       System.out.println("Hello World!");
    }
}
}}}
}}}}

{{{{#!wiki seesaw python scripted all
=== Hello World in Python ===
{{{
print "Hello World"
}}}
}}}}

== Slow scrolling reveal ==
<<SeeSaw(system, toshow=Reveal, tohide=Withdraw, speed=2000)>> example 11
{{{#!wiki seesaw/system
<<SystemInfo>>
}}}

[[/NodeAPITestPage]]