Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Jingoo.Jg_runtime
SourceBuiltin functions, value lookup and context initialization.
jg_nth n seq
returns the n
-th value of sequence seq
jg_escape_html x
escape x
string representation using Jg_utils.escape_html
Alias for jg_test_undefined
FIXME: this should check the value and not the context
jg_plus a b
The multi-purpose +
operator. Can add two numbers, concat two strings or a string and a number, append two sequences (list or array).
jg_or e1 e2
The boolean and
.
jg_or e1 e2
The boolean or
.
jg_compare x y
returns 0
if x
is equal to y
, a negative integer if x
is less than y
, and a positive integer if x
is greater than y
.