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:
parent
a3f560b1b4
commit
3e7b5d7509
5 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue