2001-03-13 03:45 UTC-0800 Ron Pinkas <ron@profit-master.com>

* contrib/dot/pp.txt
     * Updated status of newly added support.
This commit is contained in:
Ron Pinkas
2001-03-13 11:49:39 +00:00
parent 01eb30bfc5
commit 0902fc885d
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2001-03-13 03:45 UTC-0800 Ron Pinkas <ron@profit-master.com>
* contrib/dot/pp.txt
* Updated status of newly added support.
2001-03-13 03:30 UTC-0800 Ron Pinkas <ron@profit-master.com>
* contrib/dot/pp.prg
* contrib/dot/rp_run.ch

View File

@@ -35,12 +35,10 @@ PP has 3 personalities which are tied tightly together.
- LOCALS have scoping of locals but are implemented as privates
so you can't have a LOCAL and a PRIVATE with the same name.
- Inline assignment is not supported in the declaration.
b. Non declared variable are not auto-created on assignment (yet).
c. It does support definition and execution of prg defined
FUNCTIONs/PROCEDUREs but does *not* support PARAMETERs (yet).
FUNCTIONs/PROCEDUREs.
d. It does not (yet) support WHILE and FOR loops.