uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit f683e49ad52f1b15acb96773f6208ea0d60831f7
parent 45c31327ecadd9cb6f187f8735c83419f81e02cf
Author: neauoire <aliceffekt@gmail.com>
Date:   Sun, 27 Mar 2022 13:22:19 -0700

(file.tal) Flush file pointer

Diffstat:
Mprojects/examples/devices/file.tal | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/projects/examples/devices/file.tal b/projects/examples/devices/file.tal @@ -11,6 +11,8 @@ ;filepath-txt .File0/name DEO2 ;part1 ,append JSR ;part2 ,append JSR + ( close file before changing device ) + .File0/name DEI2k ROT DEO2 ( read a file with file1 ) ;filepath-txt .File1/name DEO2 ,stream JSR