xref: /trunk/main/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh (revision fc9fd3f14a55d77b35643a64034752a178b2a5b0)
1//Pops up a window into which you can type BeanShell code and run it
2//against the current document
3editor();
4return 0;
5