*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@754 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-08-31 15:41:59 +00:00
commit a9e81c93ed
2 changed files with 20 additions and 1 deletions

View file

@ -23,7 +23,7 @@ $example::name = "Bill";
# Now print out the values of the variables
print "Variables (values printed from Python)";
print "Variables (values printed from Perl)\n";
print "ivar = $example::ivar\n";
print "svar = $example::svar\n";