/percentcool

percentCool

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Build

percentcool

percentCool is a programming language for creating websites.

Requirements for compiling

You need the MySql.Data NuGet package

Tutorial

This is a tutorial on how to program in percentCool, this tutorial is a work-in-progress.

  1. Create a file called index.html or index.cool
  2. start the webserver
  3. paste the following Hello World code:
    <%cool
    echo "Hello World"
    %>

you can ofcourse also use HTML. but when in "cool" mode you cannot use HTML.

To use HTML, exit "cool" mode first, to do that, type

    %>

and type your HTML on the lines below.