Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Novixx-Systems/Eaucool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eaucool

The Eaucool Programming Language

The new percentCool

How to pronounce Eaucool

Oh, cool!

Examples

Hello World

echo "Hello World!"

Simple GUI

newgui "Eaucool GUI" 800 600
addlabel "Hello, World!" 0 0 100 100

Conditionals

$hello = Hello, World!
echo $hello
if $hello = Hello, World!
    echo "The variable contains the value"
else
    echo "The variable does not contain the value"
stopif

Packages

No packages published

Languages