Copy a string: Difference between revisions

no Fortran implementation
(Note about string singletons)
(no Fortran implementation)
Line 25:
Src : Unbounded_String := To_Unbounded_String("Hello");
Dest : Unbounded_String := Src;
 
==[[BASIC]]==
[[Category:BASIC]]
Line 130 ⟶ 131:
\ Copy the contents of one string buffer into another
stringa count stringb place
 
==[[Fortran]]==
[[Category:Fortran]]
 
==[[Java]]==
Anonymous user