Provided by:
kde-l10n-es_4.5.1-0ubuntu1_all 
NAME
kjs - Intrprete ECMAScript compatible con KDE
SYNOPSIS
kjs [--help | -help | -h] [-e statement] [script]
DESCRIPCIN
kjs es un motor de ECMAScript/JavaScript para KDE.
OPCIONES DE LAS APLICACIONES
--help,-help,-h
Muestra el uso de kjscmd.
-e statement
Ejecuta la sentencia y sale. Por ejemplo:
kjs -e "print('hello world')"
script Ejecuta la sentencia incluida en el archivo script.
UTILIZACIN
kjs file, como otros muchos interpretes, cuando se le llama sin
parmetros utiliza un editor de lneas para introducir sentencias,
mostrando
JS
>
Para salir del editor de lneas teclee quit() o pulse Ctrl+D.
VEA TAMBIN
kjs(1)
ERRORES
Probablemente haya montones de errores. Para informar acerca de ellos,
utilice bugs.kde.org: http://bugs.kde.org.
AUTHOR
Harri Porten <porten@kde.org>.
2008-10-15 KJS(1)