What am I going to do with a language that wont let me create a struct? Pascal lets me do that... And PToolboxLib also throws a hissy fit at me when i do anything. And, of course, I must disagree about the difficulty of getting it to do something... it comes with the option to create a skeleton application for you to build from.
I just had a hellish experience with something they CALL a programming language... take a look:
Code:
ACTIONS
DISPLAY "Hello"
FIND x
DISPLAY "Here are the values:"
DISPLAY"{x}";
RULE 0
IF z=hello
THEN
x=Arggg;
RULE 1
IF z=not_hello
THEN
x=Arg
x=ARRRRRGGGG;
ASK z:"What Is z?";
CHOICES z:hello,not_hello;
PLURAL:z;
The ouput of this monstrosity is:
Code:
Hello
What Is z?
[hello] [not_hello]
Here are the Values:
Of you select hello:
otherwise:
Z.