The Eaucool Programming Language
The new percentCool
Oh, cool!
echo "Hello World!"
newgui "Eaucool GUI" 800 600
addlabel "Hello, World!" 0 0 100 100
$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