Copy a string: Difference between revisions

(Logo)
Line 263:
make "c word :b "|| ; force a copy of the contents of a word by appending the empty word
print equal? :b :c ; true
print .eq? :b :c ; false
 
=={{header|OCaml}}==
Anonymous user