diff options
author | Tomas O'Connor <toconnor@openoffice.org> | 2003-02-06 15:28:55 +0000 |
---|---|---|
committer | Tomas O'Connor <toconnor@openoffice.org> | 2003-02-06 15:28:55 +0000 |
commit | cedcb9cdc1922aa0f2d3565b8da85649c17d30aa (patch) | |
tree | 658553f09eaf2240223bf6ed0ad41a66bac0e92e /scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh | |
parent | 528ae50293b631af54a1af95aecf58c5ad820b6b (diff) |
Add BeanShell equivalents of Java examples.
Fix MemoryUsage example to use AnyConverter instead of just casting.
Diffstat (limited to 'scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh')
-rwxr-xr-x | scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh new file mode 100755 index 000000000000..2ee398ebc95d --- /dev/null +++ b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh @@ -0,0 +1 @@ +editor(); |