Edgewall Software

Changes between Version 68 and Version 69 of WikiFormatting


Ignore:
Timestamp:
Aug 29, 2006, 11:27:09 AM (18 years ago)
Author:
Armin Ronacher
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v68 v69  
    356356my ($test) = 0;
    357357if ($test > 0) {
    358 echo "hello";
     358    print "hello";
    359359}
    360360}}}