previous | index | next

Simulating list Display

To display a list pointed to by lst as Scheme would:
  void displayList(list lst) {






  }


previous | index | next