aboutsummaryrefslogtreecommitdiff
path: root/forth/forth/2literal.fs
diff options
context:
space:
mode:
Diffstat (limited to 'forth/forth/2literal.fs')
-rw-r--r--forth/forth/2literal.fs14
1 files changed, 14 insertions, 0 deletions
diff --git a/forth/forth/2literal.fs b/forth/forth/2literal.fs
new file mode 100644
index 0000000..27cb1ef
--- /dev/null
+++ b/forth/forth/2literal.fs
@@ -0,0 +1,14 @@
+\ *******************************************************************
+\ *
+\ Filename: 2literal.txt *
+\ Date: 21.03.2013 *
+\ FF Version: 5.0 *
+\ Copyright: Mikael Nordman *
+\ Author: Mikael Nordman *
+\ *******************************************************************
+\ FlashForth is licensed according to the GNU General Public License*
+\ *******************************************************************
+
+: 2literal ( x x -- )
+ swap postpone literal postpone literal postpone ; immediate
+