From d80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 26 Aug 2017 20:31:40 +0200 Subject: Remove AmForth --- amforth-6.5/common/lib/minus-loop.frt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 amforth-6.5/common/lib/minus-loop.frt (limited to 'amforth-6.5/common/lib/minus-loop.frt') diff --git a/amforth-6.5/common/lib/minus-loop.frt b/amforth-6.5/common/lib/minus-loop.frt deleted file mode 100644 index 89e2dbd..0000000 --- a/amforth-6.5/common/lib/minus-loop.frt +++ /dev/null @@ -1,15 +0,0 @@ -\ just like +loop but counts -\ downward for positive numbers. - -: -loop ( runtime: x -- ) - postpone negate postpone +loop -; immediate - -\ use case -\ : test 0 ?do i . 1 -loop ; -\ -2 test -\ prints -\ 0 -1 -2 -\ be aware that this is not common sense; gforth prints only -\ 0 -1 -\ \ No newline at end of file -- cgit v1.2.3