Category : Modula II Source Code
Archive   : FM2DOC31.ZIP
Filename : MYLISTS.DEF

 
Output of file : MYLISTS.DEF contained in archive : FM2DOC31.ZIP
DEFINITION MODULE MyLists;

(* (C) Copyright 1992 Fitted Software Tools. All rights reserved. *)

FROM Lists IMPORT LinkedListItem, LinkedList;


(* DEFINITION *) CLASS MyLinkedListItem;
(*
MyLinkedListItem adds the print method to LinkedListItem.
*)

INHERIT LinkedListItem;

PROCEDURE print;
(*
This method is intended to be redefined in classes derived
from this one.

In the implementation of MyLinkedListItem, this method does
nothing.
*)

END MyLinkedListItem;



(* DEFINITION *) CLASS MyLinkedList;
(*
MyLinkedList is like LinkedList. We define this new class for
consistency sake only.
*)

INHERIT LinkedList;

END MyLinkedList;


END MyLists.

  3 Responses to “Category : Modula II Source Code
Archive   : FM2DOC31.ZIP
Filename : MYLISTS.DEF

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/