table of contents
KJS5(1) | Herramienta de programación | KJS5(1) |
NOMBRE¶
kjs5 - Intérprete ECMAScript compatible con KDE
SINOPSIS¶
kjs5 [[--help] | [-help] | [-h]] [[--version] | [-version] | [-v]] [[-e sentencia]] [script]
DESCRIPCIÓN¶
kjs es un motor de ECMAScript/JavaScript para KDE.
OPCIONES DE LAS APLICACIONES¶
--help,-help,-h
--version,-version,-v
-e statement
kjs5 -e "print('hola mundo')"
script
UTILIZACIÓN¶
Como otros muchos intérpretes, cuando se invoca a kjs5 file sin parámetros, utiliza un editor de líneas para introducir sentencias, mostrando
JS >
Para salir del editor de líneas teclee quit() o pulse Ctrl+D.
VEA TAMBIÉN¶
ERRORES¶
Por favor, use KDE's bugtracker[1] para informar de fallos.
AUTOR¶
Harri Porten <porten@kde.org>
NOTAS¶
- 1.
- KDE's bugtracker
2014-05-04 | KDE Frameworks Frameworks 5.0 |