FindVMImpl.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Tim Diebert: December 19, 1985 7:55:37 am PST
DIRECTORY
File USING [FindVM];
FindVMImpl: CEDAR PROGRAM
IMPORTS File
EXPORTS
~ BEGIN
[] ← File.FindVM[]; -- in this case we're continuing with the full boot sequence
END.