percentCool is a programming language for creating websites.
You need the MySql.Data NuGet package
This is a tutorial on how to program in percentCool, this tutorial is a work-in-progress.
- Create a file called index.html or index.cool
- start the webserver
- 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.