Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : needsPackage "Text"

o1 = Text

o1 : Package

i2 : DIV

o2 = DIV

o2 : MarkUpTypeWithOptions

i3 : options DIV

o3 = OptionTable{class => null}

o3 : OptionTable

i4 : d = DIV { "class" => "examples", "hi there" }

o4 = hi there

o4 : DIV

i5 : html d

o5 = <div class="examples">hi there</div>


i6 : net d

o6 = hi there

i7 :