From 2f83a0bea9da444e3d70569eba3d6847ca02be03 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 21 Sep 2018 21:59:17 +0200 Subject: ... --- forth/forth/forget.fs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 forth/forth/forget.fs (limited to 'forth/forth/forget.fs') diff --git a/forth/forth/forget.fs b/forth/forth/forget.fs new file mode 100644 index 0000000..8e226fd --- /dev/null +++ b/forth/forth/forget.fs @@ -0,0 +1,18 @@ +\ ********************************************************************* +\ * +\ Filename: core.txt * +\ Date: 31.12.2013 * +\ FF Version: 5.0 * +\ Copyright: Mikael Nordman * +\ Author: Mikael Nordman * +\ ********************************************************************* +\ FlashForth is licensed acording to the GNU General Public License* +\ ********************************************************************* +\ Some extra core words + +: forget ( --- name ) + bl word latest @ (f) ?abort? + c>n 2- dup @ ?abort? + dup flash dp ! @ latest ! ram +; + -- cgit v1.2.3