|
◆ display()
subroutine list_abstractforchar::display |
( |
class(list) |
this | ) |
|
|
private |
Print the list.
Definizione alla linea 123 del file list_abstractforchar.F03.
124 subroutine prepend(this, value)
126 character(len=*) :: value
127 class(link), pointer :: newLink
129 newlink => link( value)
130 this%currLink => newlink
|