table of contents
other versions
- buster 4:17.08.3-5
KJS(1) | Manual del usuario de KDE | KJS(1) |
NAME¶
kjs - Intérprete ECMAScript compatible con KDESINOPSIS¶
kjs [[--help] | [-help] | [-h]] [[-e statement]] [script]
DESCRIPCIóN¶
kjs es un motor de ECMAScript/JavaScript para KDE.OPCIONES DE LAS APLICACIONES¶
--help,-help,-hMuestra el uso de kjscmd.
-e statement
Ejecuta la sentencia y sale. Por ejemplo:
kjs -e "print('hello world')"
guion
Ejecuta la sentencia incluida en el archivo
script.
UTILIZACIóN¶
kjs file, como otros muchos interpretes, cuando se le llama sin parámetros utiliza un editor de líneas para introducir sentencias, mostrandoJS >
Para salir del editor de líneas teclee quit() o pulse Ctrl+D.
VEA TAMBIéN¶
kjs(1)ERRORES¶
Probablemente haya montones de errores. Para informar acerca de ellos, utilice bugs.kde.org[1].AUTHOR¶
Harri Porten <porten@kde.org>Author.
NOTES¶
- 1.
- bugs.kde.org
2008-10-15 | 0.01.01 |