Copy a string: Difference between revisions

Content added Content deleted
Line 92: Line 92:
\ Copy a constant string into a string buffer
\ Copy a constant string into a string buffer
s" String A" stringb place
s" Hello" stringa place
\ Copy the contents of one string buffer into another
\ Copy the contents of one string buffer into another