page

sncode

VERSIONlatest Description of the programming environment Extenso by Sednove

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

  • u args : Specifies query args
  • a : Outputs assembler
  • f file : Specifies file name to compile and execute
  • s site : Specifies site html, staging, etc.
  • e file : Executes file
  • h : Prints help

OPTIONS

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

AUTHOR

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