aboutsummaryrefslogtreecommitdiff
path: root/forth/forth/2literal.fs
blob: 27cb1efb47093424d14eaee1bdfe5408a3967159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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