SNCODE(1e)

NAME

sncode - 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.

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

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

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

3 + 4; }}

.

OPTIONS

OPTIONS

-a
Outputs the compilation
-s site
Sets the site name : staging or html
f filename
Sets the filename for execution

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