Odd word problem/TrivialCharacterStreamSupportForJ: Difference between revisions

Content added Content deleted
(Created page with "J lacks a character stream implementation, so this is a minimal sketch of "get a character" and "put a character" code. Note that the =. definitions provided here are for illust...")
 
mNo edit summary
Line 16: Line 16:
outch=: 3 :0
outch=: 3 :0
outstream=: outstream, y
outstream=: outstream, y
''
)</lang>
)</lang>