Help for this page

Select Code to Download


  1. or download this
       # separate paragraphs with two newlines
          my $instr = <<'EOInstr';
    
  2. or download this
    $text->insert('end', "TkSolitaire Instructions\n", 'title');
    $text->insert('end', $instr);