spielwiese
Last change
on this file since bb3e2b0 was
bb3e2b0,
checked in by Michael Brickenstein <bricken@…>, 18 years ago
|
*bricken: having fantastic fun
git-svn-id: file:///usr/local/Singular/svn/trunk@8361 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
198 bytes
|
Line | |
---|
1 | from objects import * |
---|
2 | from context import * |
---|
3 | context=Context() |
---|
4 | context.push({}) |
---|
5 | i=OMint(22482489) |
---|
6 | print i.body |
---|
7 | print i.XMLencode(context) |
---|
8 | v=OMvar("x") |
---|
9 | print v.XMLencode(context) |
---|
10 | print v.XMLattributes |
---|
Note: See
TracBrowser
for help on using the repository browser.