kjs5 - KDE ECMAScript compatible interpreter
Contents
Application Options
--help,-help,-h
Show kjs5 usage.
--version,-version,-v
Show kjs5 version.
-estatement
Executes the statement and exits. For example:
kjs5 -e "print('hello world')"
script
Executes the statements included in file script.
Bugs
Please use KDE'sbugtracker[1] to report bugs.
Description
kjs is KDE ECMAScript/JavaScript engine.
Name
kjs5 - KDE ECMAScript compatible interpreter
Notes
1. KDE's bugtracker
http://bugs.kde.org
KDE Frameworks Frameworks 5.0 2014-05-04 KJS5(1)
See Also
kjscmd5(1)
Synopsis
kjs5 [[--help] | [-help] | [-h]] [[--version] | [-version] | [-v]] [[-e statement]] [script]
Usage
kjs5file, 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.
