|
NAMEkjs5 - KDE ECMAScript compatible interpreterSYNOPSISkjs5 [[--help] | [-help] | [-h]] [[--version] | [-version] | [-v]] [[-e statement]] [script] DESCRIPTIONkjs is KDE ECMAScript/JavaScript engine.APPLICATION OPTIONS--help,-help,-hShow kjs5 usage.
--version,-version,-v Show kjs5 version.
-e statement Executes the statement and exits. For example:
kjs5 -e "print('hello world')" script Executes the statements included in file
script.
USAGEkjs5 file, as many other interpreters, when called without parameters uses a line editor to enter statements, showing the promptJS> To exit the line editor type quit() or press Ctrl+D. SEE ALSOkjscmd5(1)BUGSPlease use KDE's bugtracker[1] to report bugs.AUTHORHarri Porten <porten@kde.org>Author.
NOTES
http://bugs.kde.org
Visit the GSP FreeBSD Man Page Interface. |