From: Helmut Eller Date: Sun, 1 Jan 2017 11:12:08 +0000 (+0100) Subject: Implement READ-LINE and WRITE-LINE X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/593eb738c871efd888f6c8652991dc2a413c8727?hp=593eb738c871efd888f6c8652991dc2a413c8727 Implement READ-LINE and WRITE-LINE This is implemented on top of READ-FILE and WRITE-FILE which avoids new dependencies in the C code. * fth/file.fth: New file. * fth/loadp4th.fth: Load it. * fth/t_file.fth: New tests. Some tests fail and some are commented out due to missing functionality. There's an actual bug in SAVE-INPUT which I know how to fix. * build/unix/Makefile, build/mingw-crossbuild-linux/Makefile (test): Run test in t_file.fth. ---