summaryrefslogtreecommitdiff
path: root/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
blob: 5311882c1be397c75967160289461c817041826f (plain)
1
2
3
4
//Pops up a window into which you can type BeanShell code and run it 
//against the current document
editor();
return 0;