This is dummy text
gap> S5 := SymmetricGroup(5); Sym( [ 1 .. 5 ] ) gap> Size(S5); 120
Some text between two examples
gap> A5 := AlternatingGroup(5); Alt( [ 1 .. 5 ] ) gap> Size(A5); 60
And we wrap up with some dummy text
Intro text
‣ MyThings ( arg ) | ( filter ) |
Returns: true
or false
‣ MyThingsCollection ( obj ) | ( filter ) |
Returns: true
or false
‣ MyThingsCollColl ( obj ) | ( filter ) |
Returns: true
or false
‣ MyThingsCollColl ( obj ) | ( filter ) |
Returns: true
or false
Let's wrap up with something, though.
Some test just inside a section.
This is a subsection!
We can use test some markdown features here:
This is a list item.
This is a subitem
We can also use math mode here: a^2+b^2=c^2.
This is emphasized text in a list item.
This is also emphasized text in a list item.
This is inline code
in a list item.
All of this can also be used outside of a list
.
‣ InfoTESTCLASS | ( info class ) |
An info class
This text will only appear in the HTML version and the text version. This text will only appear in the HTML version and the text version, too.
‣ FirstOperation ( arg ) | ( operation ) |
‣ SecondOperation ( arg1, arg2 ) | ( operation ) |
‣ ThirdOperation ( arg1, arg2 ) | ( operation ) |
First sentence. Second sentence. Third sentence.
This test comes after the chunk is declared, but before it is inserted. Hello, world. This line is indented! The text "Hello, world." is inserted right before this.
This test comes after the code chunk is declared, but before it is inserted.
Hello, world. x := 1 + 1; if x = 2 then Print("1 + 1 = 2 holds, all is good\n"); else Error("1+1 <> 2"); fi;
The text "Hello, world." is inserted right before this.
generated by GAPDoc2HTML