jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

Standard-conforming REFILL #466

Closed jkotlinski closed 2 years ago

jkotlinski commented 2 years ago

Change REFILL to standard behavior.

Attempt to fill the input buffer from the input source, returning a true flag if successful. Return false if EOF is reached. Return false when the input source is a string from EVALUATE.

Closes #244