diff options
Diffstat (limited to 'core.e')
| -rw-r--r-- | core.e | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core.e b/core.e index 491b73c..eeeb1fc 100644 --- a/core.e +++ b/core.e @@ -757,6 +757,7 @@ here ! ~ Jonesforth also offers C@C! as another name for its CCOPY, but neither ~ "@!" nor "mem@mem!" seems particulaly nice. ~ +~ TODO these parameters feel backwards ~ (destination, source, length --) : memcopy [ here @ @@ -776,6 +777,7 @@ here ! ~ careful about which end the transfer starts from. This "move" vs. "copy" ~ distinction mirrors C terminology. ~ +~ TODO these parameters feel backwards ~ (destination, source, length --) : memmove [ here @ |