Sha256: c2f18f0e55470ce8c64fdfdc46d03b48ee2fcc881e511e60c14db5d6cecb720e
Contents?: true
Size: 612 Bytes
Versions: 5
Compression:
Stored size: 612 Bytes
Contents
############################################################################# ## #W example.gd ## ## This file contains a sample of a GAP declaration file. ## DeclareProperty( "SomeProperty", IsLeftModule ); DeclareGlobalFunction( "SomeGlobalFunction" ); ############################################################################# ## #C IsQuuxFrobnicator(<R>) ## ## <ManSection> ## <Filt Name="IsQuuxFrobnicator" Arg='R' Type='Category'/> ## ## <Description> ## Tests whether R is a quux frobnicator. ## </Description> ## </ManSection> ## DeclareSynonym( "IsQuuxFrobnicator", IsField and IsGroup );
Version data entries
5 entries across 5 versions & 2 rubygems