Dear Gforth Community, I think I found bug:
Gforth 0.7.9_20210429 Authors: Anton Ertl, Bernd Paysan, Jens Wilke et al., for more type `authors' Copyright 2021 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 : test { n1 n2 } ; ok see test : test >l #0 lp+2 ; ok : test { n1 n2 n3 } ; *terminal*:3:21: warning: redefined test *terminal*:1:3: warning: original location ok see test : test >l #0 >l *the terminal*:4:5: error: Invalid memory address see >>>test<<< Backtrace: except.fs:83:2: 0 $7F027F3D26D8 execute [catch frame] stuff.fs:433:22: 1 $7F027F3E4BA8 catch 2 $1 see.fs:151:25: 3 $7F027F403930 execute-theme-color see-ext.fs:65:15: 4 $7F027F40AEE0 .string see.fs:763:15: 5 $7F027F408770 perform see.fs:789:12: 6 $7F027F408AF8 DoTable 7 $7F027F101677 see.fs:807:2: 8 $7F027F408D18 analyse see.fs:859:26: 9 $7F027F4095D0 makepass see.fs:868:11: 10 $7F027F409798 see-threaded see.fs:905:54: 11 $7F027F409D28 seecol see.fs:957:7: 12 $7F027F40A4C8 xt-see *terminal*:3:3: 13 $7F027F437D30 see.fs:973:58: 14 $7F027F40A680 name-see Please let me know ... Thanks, John