*polished the sample code.

This commit is contained in:
Wang Renxin 2017-01-20 12:51:44 +08:00
parent c205aa4ebd
commit 3b892792d3

View File

@ -2,7 +2,7 @@
' Copyright (c) 2011 - 2017 Wang Renxin. All rights reserved.
' For more information, see https://github.com/paladin-t/my_basic/
Class animal
class animal
def speak(a)
print "Default" + a;
enddef