libsim Versione 7.2.0
|
◆ next()
increment list iterator Definizione alla linea 257 del file list_abstractforchar.F03. 258
259element = associated(this%currLink)
260end function element
261
264logical function seek(this, index)
265class(list) :: this
266integer :: index
267
|