Closed leonwagner closed 2 years ago
This line causes the subsequent test to fail on a 64-bit system: T{ 8 BUFFER: BUF:TEST -> }T
T{ 8 BUFFER: BUF:TEST -> }T
It should probably be this for portability: T{ 2 CELLS BUFFER: BUF:TEST -> }T
T{ 2 CELLS BUFFER: BUF:TEST -> }T
Thanks for reporting this Leon. Fixed as recommended - sorry about the bug
Issue closed
This line causes the subsequent test to fail on a 64-bit system:
T{ 8 BUFFER: BUF:TEST -> }T
It should probably be this for portability:
T{ 2 CELLS BUFFER: BUF:TEST -> }T