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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user