1KJS(1)                         KDE User's Manual                        KJS(1)
2
3
4

NAME

6       kjs - KDE ECMAScript compatible interpreter
7

SYNOPSIS

9       kjs [[--help] | [-help] | [-h]] [[-e statement]] [script]
10

DESCRIPTION

12       kjs is KDE ECMAScript/JavaScript engine.
13

APPLICATION OPTIONS

15       --help,-help,-h
16           Show kjscmd usage.
17
18       -e statement
19           Executes the statement and exits. For example:
20
21               kjs -e "print('hello world')"
22
23       script
24           Executes the statements included in file script.
25

USAGE

27       kjs file, as many other interpreters, when called without parameters
28       uses a line editor to enter statements, showing the prompt
29
30           JS>
31
32       To exit the line editor type quit() or press Ctrl+D.
33

SEE ALSO

35       kjs(1)
36

BUGS

38       There are probably tons of bugs. Use bugs.kde.org[1] to report them.
39

AUTHOR

41       Harri Porten <porten@kde.org>
42           Author.
43

NOTES

45        1. bugs.kde.org
46           http://bugs.kde.org
47
48
49
500.01.01                           2008-10-15                            KJS(1)
Impressum