kjs
KDE ECMAScript compatible interpreter
Synopsis
kjs [[--help]
| [-help] | [-h]]
[[-e statement]] [script]
add an example, a script, a trick and tips
examples
no example yet ...
... Feel free to add your own example above to help other Linux-lovers !
description
kjs is
KDE ECMAScript/JavaScript engine.
application options
--help,-help,-h
Show kjscmd usage.
-e statement
Executes the statement and exits. For example:
kjs -e "print('hello world')"
script
Executes the statements included in file script.
notes
1.
bugs.kde.org
http://bugs.kde.org
usage
kjs file, as many other interpreters, when called
without parameters uses a line editor to enter statements,
showing the prompt
JS>
To exit the line editor type quit() or press
Ctrl+D.
bugs
There are
probably tons of bugs. Use
bugs.kde.org
[1]
to report them.
see also
kjs
author
Harri
Porten <porten[:at:]kde[:dot:]org>
Author.