Post Reply 
Wishful Thinking
10-15-2016, 10:11 AM
Post: #1
Wishful Thinking
Just to blue-sky a bit, I'd like to see a way to specify a datatype, create a structure and do enumeration in PPL. It seems so much like Pascal now that it would be great (IMHO) to go the rest of the way (except for pointers, maybe!)

Tom L

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
10-15-2016, 06:26 PM
Post: #2
RE: Wishful Thinking
(10-15-2016 03:57 PM)compsystems Wrote:  1: define at least an array of the form

PHP Code:
Local array1[5];
Local array2[5,3]; 

2 : create directories at least one, I have conflicts with variables exported

PHP Code:
DIR 'DIRname'

export var1;
...

export main()
BEGIN
...
END;

Function1()
BEGIN
...
END;

...
END

Is that a comment on my post? I don't get it.

Tom L

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
10-15-2016, 06:51 PM
Post: #3
RE: Wishful Thinking
(10-15-2016 06:26 PM)toml_12953 Wrote:  Is that a comment on my post? I don't get it.

Tom L

I think he's attempting to hijack the thread with yet more random, repetitive enhancement requests.

+1 On your request for the support of enums.

Mark Hardman

Ceci n'est pas une signature.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)