GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
#############################################################################
####
##
#W streams.gd ACE Package Greg Gamble
##
## This file declares non-user functions used in interactions with streams.
##
#Y Copyright (C) 2000 Centre for Discrete Mathematics and Computing
#Y Department of Information Technology & Electrical Eng.
#Y University of Queensland, Australia.
##
#############################################################################
##
#D Declare functions.
##
DeclareGlobalFunction("ACE_PRINT_AND_EVAL");
DeclareGlobalFunction("ACE_READ_NEXT_LINE");
DeclareGlobalFunction("FLUSH_ACE_STREAM_UNTIL");
DeclareGlobalFunction("WRITE_LIST_TO_ACE_STREAM");
#E streams.gd . . . . . . . . . . . . . . . . . . . . . . . . . . ends here