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