home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / hp48 / 7412 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.7 KB  |  56 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!ukma!usenet.ins.cwru.edu!gatech!concert!seq!turing.u-strasbg.FR!fatri
  3. From: fatri@turing.u-strasbg.FR (Fatri the HP48 addict - etudiant en licence d'info. --)
  4. Subject: RE: Meta-objects
  5. Message-ID: <9301280903.AA02308@turing.u-strasbg.fr>
  6. Sender: daemon@seq.uncwil.edu (Admin)
  7. Organization: UNCW news/mail gateway service
  8. Date: Thu, 28 Jan 1993 09:03:43 GMT
  9. Lines: 45
  10.  
  11.  
  12. Ramos writes :
  13. >The file entries.all (a new version recently on seq.uncwil.edu) lists
  14. >several entry points to handle "meta objects".
  15. >However, RPLMAN.DOC doesn't even mention them. I don't have a clue what
  16. >they are.
  17.  
  18. ramos@engr.latech.edu | Electrical Engineering | se habla espanol, mui mal
  19.  
  20. Meta objects are objects composed of more than one objects, and they
  21. take more than one level on the stack.
  22. For instance you get a meta-object if you execute INNERCOMP to a list or
  23. a program: { 1 2 3 } INNERCOMP, you get on the stack :
  24. 4:        1
  25. 3:        2
  26. 2:        3
  27. 1:     <3h>
  28. The meta-object obtained is the objects + the system binary
  29.  
  30. If you have :        and execute swap (swap for meta-ojbects)
  31. 7:       1
  32. 6:       2
  33. 5:       3
  34. 4:    <3h> 
  35. 3:       A
  36. 2:       B
  37. 1:    <2h>
  38.  
  39. You get :
  40. 7:       A
  41. 6:       B
  42. 5:    <2h>
  43. 4:       1
  44. 3:       2
  45. 2:       3
  46. 1:    <3h>
  47.  
  48. Hope this helps.
  49.  
  50. ******************************************************************************
  51. *       Fatri Mohamed       *                                                *
  52. *                           * "Life is never so bad that it can't get worse" *
  53. * fatri@turing.u-strasbg.fr *                                                *
  54. ******************************************************************************
  55.  
  56.