Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 3038

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: 522775336 *}

i1 : ofClass class 3

o1 = an integer

o1 : SPAN

i2 : peek oo

o2 = SPAN{"an ", TO2{Macaulay2Doc :: ZZ, "integer"}}

i3 : ofClass Ring

o3 = a ring

o3 : SPAN

i4 : needsPackage "Text"

o4 = Text

o4 : Package

i5 : SPAN ofClass {HashTable, ProjectiveVariety}

o5 = a hash table or a projective variety

o5 : SPAN

i6 : document { Key => foo, "We may need ", ofClass ZZ, " and ", ofClass HashTable, "." }

i7 : help foo
--loading the Macaulay2 documentation from /builddir/build/BUILD/Macaulay2-1.3.1-r10737/Macaulay2/packages/Macaulay2Doc/

o7 = foo
     ***

     Description
     ===========

     We may need an integer and a hash table.

     For the programmer
     ==================

     The object "foo" is a symbol.

o7 : DIV

i8 :