EXTENSO

NAME

extenso - Description of the programming environment Extenso by Sednove.

SYNOPSIS

sncode[OPTIONS]

DESCRIPTION

Sncode is a programming language which can be used mainly but not only for web pages .

Extenso is the environment and framework developped in sncode to build Applications and websites.

You can use sncode in command line (Shebang!) as in :

#!/usr/local/bin/sncode

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

#!/usr/local/bin/sncode
res = {_{ 1+2;

3 + 4; }}

.

SEE ALSO

Modules

AUTHOR

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

MODIFICATIONS

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