ams-hackers / gbforth

👾 A Forth-based Game Boy development kit
https://gbforth.org
MIT License
124 stars 23 forks source link

Support word 'EXPECT' from CORE EXT #228

Closed davazp closed 2 years ago

davazp commented 6 years ago

Implement EXPECT

Reference: https://www.taygeta.com/forth/dpans6.htm#6.2.1390

Before closing this ticket, please ensure:

This issue is part of an effort to make gbforth as close to the standard as possible. It was generated from the following index:

https://www.taygeta.com/forth/dpansf.html

tkers commented 2 years ago

Obsolescent word, use accept (#121) instead.