5 lines
121 B
Plaintext
Executable File
5 lines
121 B
Plaintext
Executable File
//Pops up a window into which you can type BeanShell code and run it
|
|
//against the current document
|
|
editor();
|
|
return 0;
|