Edgewall Software

Changes between Version 47 and Version 48 of WikiFormatting


Ignore:
Timestamp:
Oct 3, 2005, 9:37:23 PM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v47 v48  
    313313}}}
    314314
     315Perl:
     316{{{
     317#!perl
     318my ($test) = 0;
     319if ($test > 0) {
     320echo "hello";
     321}
     322}}}
    315323
    316324== Miscellaneous ==