3 ############################################################
5 # author: devenkong(18151155@qq.com)
7 ############################################################
8 # Copyright (C) 2022- Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software
10 # Foundation gives unlimited permission to copy, distribute
12 ############################################################
14 # define function with named paramter, and return with
15 # string value from function.
16 ############################################################
27 ##############################
28 # section: shlib include
29 ##############################
35 ##############################
36 # section: public comment info
37 ##############################
42 ##############################
43 # section: variable define
44 ##############################
49 ##############################
50 # section: private function
51 ##############################
53 func abc [ int a, int b, c ]
55 local ret="this string is return from function abc()."
66 ##############################
67 # section: public function
68 ##############################
77 echo xxxxxxxxxxxxxxxxxxxxxxxxx
81 echo xxxxxxxxxxxxxxxxxxxxxxxxx
86 echo invoke abc[1,2,3]
94 ##############################
96 ##############################