Refactored the interface of the io package
This commit is contained in:
@ -7,7 +7,7 @@ main() {
|
||||
command := mem.alloc(length)
|
||||
|
||||
loop {
|
||||
io.out("λ ")
|
||||
io.write("λ ")
|
||||
n := io.in(command)
|
||||
|
||||
if n <= 0 {
|
||||
|
Reference in New Issue
Block a user