Skip to content

Commit 4bf2738

Browse files
committed
removed top comments
1 parent 0128f4e commit 4bf2738

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/stdlib_stringlist.f90

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44
!
55
! Note: very preliminary
66
!
7-
! TODO:
8-
! insert( list_end, ... ) in an empty list?
9-
! concatenate two string lists
10-
!
11-
! Not implemented yet:
12-
! insert a list or an array of character strings
13-
! replace a string, list or an array of character strings
14-
! concatenate a list with another list or an array
15-
!
16-
! Limited to implemented routines
17-
!
187
module stdlib_stringlist
198
use stdlib_string_type, only: string_type !, move
209
use stdlib_math, only: clip

0 commit comments

Comments
 (0)