From: Enoch <ix...@ho...> - 2013-04-01 14:28:01
|
Matthias Trute <mt...@we...> writes: >> : imove ( f-addr count addr -- ) > > Its already there: copy-string in lib(ans94/core/evaluate.frt > and environment-q.frt > > I shoiuld extract the code (and rename it to something better > what about iplace? it resembles place and indicates the > i-memory.) Hello Matthias, As a general rule we should prefer picking names resembling those already in Forth 2012 RC1 -- I guess that I am not the only one keeping this doc at my fingertips when coding :-) That's the only reason I chose a variant of the word MOVE. ICOMPARE is a good example. Regards, Enoch. |