Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : x:=3; y:="hi there"; z:=2^30; f = x->x;

i5 : listSymbols { symbol x, symbol y }

o5 = symbol   class     value      location of symbol
     ------   -----     -----      ------------------
     x      : ZZ     -- 3          stdio:1:1-1:1     
     y      : String -- "hi there" stdio:1:7-1:7     

i6 : listSymbols first localDictionaries()

o6 = symbol   class     value      location of symbol
     ------   -----     -----      ------------------
     x      : ZZ     -- 3          stdio:1:1-1:1     
     y      : String -- "hi there" stdio:1:7-1:7     
     z      : ZZ     -- 1073741824 stdio:1:22-1:22   

i7 :