Home

Anonymous

Project Admins:

Screenshot thumbnail
This is it :D


:D
Mecca Programming is a different style of Batch programming. We make it different from the usual stuff. It looks better as well! :D

Tutorials (https://sourceforge.net/p/meccaprog/home/Tutorial/
are available on this wiki, so look around!

Examples!

Normal Batch;

if %string1% gtr %string2% echo It's bigger!

Mecca Batch;

if (%string%>%string2%) {
text.show; It's bigger!
} else {
text.show; It's smaller!
}

Once the code has been compiled (Available on the program) it will convert it to Batch.
Which you can then do what you wish with it.

Tutorials (https://sourceforge.net/p/meccaprog/home/Tutorial/
are available on this wiki, so look around!