Jump to content

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>
 
104

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.