Skip to content

Commit

Permalink
Remove print methods not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
fraya committed May 8, 2024
1 parent 4c5f105 commit 16b5943
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions sources/io-instruction.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,3 @@ define method execute
(instruction :: <input>, bf :: <interpreter>) => ()
error("Not implemented yet")
end;

////////////////////////////////////////////////////////////////////////
//
// Print objects
//
////////////////////////////////////////////////////////////////////////

define method print-object
(input :: <input>, s :: <stream>) => ()
write-element(s, ',');
end;

define method print-object
(output :: <output>, s :: <stream>) => ()
write-element(s, '.');
end;

0 comments on commit 16b5943

Please sign in to comment.