Metropoli BBS
VIEWER: p&g.txt MODE: TEXT (CP437)
THIS PROGRAM IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND WITH 
RESPECT TO FITNESS FOR ANY PARTICULAR PURPOSE. I WILL NOT BE HELD 
RESPONSIBLE FOR LOSS OR DAMAGE, DIRECT OR INDIRECT, CAUSED BY THE 
USE OR MISUSE OF THIS PRODUCT.


  P&G :   I wrote a couple of programs to deal with any kind of array.
        They intend to be a substitute to GET and PUT commands: they
        work in the same way, but they can handle any kind of array
        (symbolic, string, etc.).


[GET2] stack diagram:


                IN                          OUT
        ________________________        _____________
       |level 2  |  level 1     |      |  level 1    |
       |_________|______________|      |_____________|
       |         |  #element    |      |             |
       | array   |     or       |  --> |  element    |
       |         | { #row #col }|      |             |
       |_________|______________|      |_____________|



[PUT2] stack diagram:

                      IN                               OUT
        ___________________________________         ____________
       |level 3  |  level 2     |  level 1 |       | level 1    |
       |_________|______________|__________|       |____________|
       |         |  #element    |          |       |            |
       | array   |     or       |  element |  -->  |  array┤    |
       |         | { #row #col }|          |       |            |
       |_________|______________|__________|       |____________|



The Java library displays these arrays like you would put them on paper.
Great piece of software, see bellow.


These programs were written entirely in SYSTEM-RPL and are "freeware"; 
you may distribute them to your friends without changing the files.

If you have any suggestions or (I hope not) problems with them,
please contact me. My e-mail address is <l30010@alfa.ist.utl.pt>.


Hope you enjoy 


P.S. - This program was developed with the help of Jazz, a wonderfull 
       program (to say the very least).
       How can one thank to Mika Heiskanen for this master-piece... 
       and it┤s free!! Check his awesome internet site at 
       <http://www.hut.fi/~mheiskan> to get awesome goodies! namely
       ALG48, a very powerful math library that can handle symbolic
       matrices and algebraic objects like a dream.
              
     - Java V2.8 is an unbelieveable program, you simple MUST try it!
       Its a 5-line stack environment with everything you ever wanted.
       Written by Richard Steventon & Andre Schoorl, can be found at
       <http://www.engr.uvic.ca/~aschoorl/>


	(BEWARE: these programs once loaded and executed, tend to stay
                 ad eternum in the memory of your HP48 calculator,i.e.,
                 they are so good that you simple can┤t live without 
                 them)

[ RETURN TO DIRECTORY ]