Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal issue on linux amd64 #207

Open
gazzelle123 opened this issue Dec 26, 2019 · 0 comments
Open

Terminal issue on linux amd64 #207

gazzelle123 opened this issue Dec 26, 2019 · 0 comments

Comments

@gazzelle123
Copy link

FBC version 1.07.1.
Platform: linux amd64.
Distro: Linux Mint 18.3 Sylvia.
Compile this program:

open cons for input as #1
open cons for output as #2
dim shared lin as string
sub process()
print #2, chr(lin[0])
end sub
if not eof(1) then
line input #1, lin
end if
while not eof(1)
process()
line input #1, lin
wend

And try following:
$ ./test | ./test
$ cat >input
1234
^D
$ ./test <input

That isn't working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant