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