GoldenretriverYT / percentcool

percentCool

Home Page:http://percentcool.com/index.cool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

Note

This does not require any other webserver, since percentCool is technically a webserver

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 of course 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.

About

percentCool

http://percentcool.com/index.cool

License:GNU General Public License v3.0


Languages

Language:C# 100.0%