GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<!-- %W example.xml GAP documentation Werner Nickel -->1<!-- %W Greg Gamble -->2<!-- %H -->3<!-- %Y Copyright (C) 1997, School of Math & Comp. Sci., St Andrews, Scotland -->456<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->7<Chapter Label="The Example Package">8<Heading>The Example Package</Heading>910<Index>Example package</Index>11This chapter describes the &GAP; package &Example;. As its name12suggests it is an example of how to create a &GAP; package. It has13little functionality except for being a package.14<P/>15See Sections <Ref Sect="Unpacking the Example Package"/>,16<Ref Sect="Compiling Binaries of the Example Package"/>17and <Ref Sect="Loading the Example Package"/>18for how to install, compile and load the &Example; package, or19Appendix <Ref Chap="Guidelines for Writing a GAP Package"/>20for guidelines on how to write a &GAP; package.21<P/>22If you are viewing this with on-line help, type:23<P/>24<Example><![CDATA[25gap> ?Example package26]]></Example>27<P/>28to see the functions provided by the &Example; package.293031<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->32<Section Label="The Main Functions">33<Heading>The Main Functions</Heading>3435The following functions are available:3637<#Include Label="ListDirectory">3839<#Include Label="FindFile">4041<#Include Label="LoadedPackages">4243You might like to check out some of the other information in the <C>GAPInfo</C>44record (see <Ref Sect="GAPInfo" BookName="ref"/>).4546<#Include Label="Which">4748<#Include Label="WhereIsPkgProgram">4950<#Include Label="HelloWorld">5152<#Include Label="FruitCake">5354<#Include Label="Recipe">5556</Section>57</Chapter>5859<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->60<!-- %% -->61<!-- %E -->62636465