fix for perl keyword

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8990 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-03-07 23:05:11 +00:00
commit 3e7b5d7509
5 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
import sneaky1
x = sneaky1.add(3,4)
y = sneaky1.sub(3,4)
y = sneaky1.subtract(3,4)
z = sneaky1.mul(3,4)
w = sneaky1.divide(3,4)