[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #63201] compilation: [ 1 ]L cells + => #8 +
From: |
Stephan Rudlof |
Subject: |
[bug #63201] compilation: [ 1 ]L cells + => #8 + |
Date: |
Tue, 11 Oct 2022 12:53:03 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63201>
Summary: compilation: [ 1 ]L cells + => #8 +
Project: Gforth
Submitter: hartrock
Submitted: Tue 11 Oct 2022 04:53:01 PM UTC
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Tue 11 Oct 2022 04:53:01 PM UTC By: Stephan Rudlof <hartrock>
sr@rs:~/Gforth$ cat br_literal.fs
: t1
cells [ 1 ]L +
;
: t2
[ 1 ]L cells +
;
sr@rs:~/Gforth$ gforth br_literal.fs
Gforth 0.7.9_20221006
Authors: Anton Ertl, Bernd Paysan, Jens Wilke et al., for more type `authors'
Copyright © 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `help' for basic help
see t1
: t1
cells #1 + ; ok
see t2
: t2
#8 + ; ok
2 t1 . 17 ok
2 t2 . 10 ok
sr@rs:~/Gforth$
Would expect:
: t2
#1 cells + ;
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63201>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #63201] compilation: [ 1 ]L cells + => #8 +,
Stephan Rudlof <=