Introduction

NAME

Introduction Sncode - This manual page is an introduction to sncode programming

DESCRIPTION

Sncode is a new language develop to build web site.

You can use sncode in a web page or in file from the command line.

To use sncode in a webpage, the file must have the extention .sn

Also, a .snc file is compiled sncode file in binary.

In an sncode file, all the text is output as-is. Sncode is introduce with a pair of '{' and close with a pair of '}'.

  1. Use }} to end Sncode
  2. Use {{ to start Sncode
  3. All text outside of Sncode is returned to the browser without being parsed

EXERCICES

SEE ALSO

Tutorial

Next page

Previous page

Home of tutorial

Home

AUTHOR

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

MODIFICATIONS

1.0 2015-05-05 22:50:14 laplante@sednove.com