Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Defect! 'cp defined same as 'copy

From: al::bri::xtra::co::nz at: 10-Nov-2000 16:46

This is resent, because I think I sent the first one to the wrong place. Sorry, if you see it twice. Defect! 'cp defined same as 'copy REBOL/View 0.10.38.3.1 2-Oct-2000 Copyright 2000 REBOL Technologies. All rights reserved.
>> source cp
cp: native [ "Returns a copy of a value." value [series! port! bitset!] "Usually a series" /part "Limits to a given length or position." range [number! series! port!] /deep "Also copies series values within the block." ]
>> source copy
copy: native [ "Returns a copy of a value." value [series! port! bitset!] "Usually a series" /part "Limits to a given length or position." range [number! series! port!] /deep "Also copies series values within the block." ]
>> same? :cp :copy
== true The word 'cp shouldn't be defined. Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/