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