previous up next
Go backward to Collecting Log
Go up to Top
Go forward to A Dynamically Typed Language with Input and Output
RISC-Linz logo

Copyout function

Interactive text editor

copyout: Openfile -> File_|_
copyout = lambda (front, back). null front -> back
    [] copyout((tl front), ((hd front) cons back))


Author: Wolfgang Schreiner
Last Modification: November 5, 1997

previous up next