Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418346############################################################################# #### ## #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