Tutorial for IPP Coding

Is there a code tutorial for IPP? Or at least a list of proper syntax when writing.
I'm relatively fluent in HTML and JS, but this looks like... Visual Basic?

Chalk it up to I'm just too lazy to really reverse engineer a code.

Comments

  • If you click Help in the program, then go to "General Files - A Crash Course" in the contents, it will walk you through the process.

    IPP is not exactly a programming language. It's a text-replacement engine, with some programming features. If you are used to programming you will not have any trouble learning it though.

  • I think of it as a type of Regular Expression engine, but one designed for randomization.

Leave a Comment