From 3b892792d3a6d2e807c60c85809f459dd8c57f7b Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Fri, 20 Jan 2017 12:51:44 +0800 Subject: [PATCH] *polished the sample code. --- sample/sample06.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/sample06.bas b/sample/sample06.bas index 0ae88c3..1ce9b5b 100644 --- a/sample/sample06.bas +++ b/sample/sample06.bas @@ -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