PPL 2.0 gets a new feature again!

March 27th, 2009 | Tags: , ,

Funny how working on a compiler, interpreter and IDE is a non-stop party of adding new features. Just when you think you have it all feature complete, another cool new idea comes up then you have no choice but to work on it.

So, the latest cool feature is the USING operand.

using PCanvas c.Canvas
Font.Name = "Courier";
TextOut("Hello World Again!");
end;

This improves the interpreter speed by a bit and some just like it better. For the visual programming in PPL 2, this will prove quite handy.

Anyway, I hope this will be the last feature I had into PPL 2.0 until release because at this rate, I will have a hard time finishing up everything by release day.

  1. zehlein
    March 28th, 2009 at 05:18
    Reply | Quote | #1

    Very useful one again. Speaking of new features, will PPL2 come with a enumeration type!?

You must be logged in to post a comment.
TOP