Go to main content

context

All functions about context (hash or associative array).

CTX

NAME

ctx - All functions about context (hash or associative array).

SYNOPSIS

ctx See all functions.

DESCRIPTION

A context is a table with a list of elements which are indexed with a characters string. It is an array in which instead of using numbers you use characters strings.

EXAMPLES

exemple de texte
{{
a{"pierre"}="allo";
a;
}}

You will get:

"pierre"="allo";

SEE ALSO

AUTHOR

Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com

Edit

© 2024 extenso Inc. All rights reserved.