Copy a string: Difference between revisions

Add ed example
(Add SmallBASIC)
(Add ed example)
 
Line 1,008:
t → "abc"
(eq? s t) → #t ;; same reference, same object
</syntaxhighlight>
 
=={{header|Ed}}==
 
Copies the current buffer contents in its entirety.
 
<syntaxhighlight>
,t
</syntaxhighlight>
 
84

edits