Differences between revisions 1 and 2
Revision 1 as of 2007-09-11 05:43:09
Size: 282
Editor: GregMoore
Comment:
Revision 2 as of 2007-09-13 18:32:17
Size: 342
Editor: GregMoore
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
DocumentationAndEducation

[[TableOfContents]]

----
Line 9: Line 15:
'''List of pages in this category:'''
 * Something simple
 * Something else simple
=== Print ===
Print Hello world
{{{ print 'Hello World'
print "Hello World"
}}}

Core Jython / Python Examples

DocumentationAndEducation

TableOfContents


Examples related to core Jython / Python will be here. Intended for those new to Python / Jython

Print

Print Hello world {{{ print 'Hello World' print "Hello World" }}}

CoreJythonExamples (last edited 2010-03-13 11:08:47 by s235-148)