m:power

说明:增强power函数,目的为扩展expt函数,参数都为数字时,字符串,数字,列表类型,其他类型返回nil,返回expt计算的结果,base为字符串和列表时,返回自乘的结果

用法:
 (m:power base pow)

参数:1 base : 未明确定义; 2 pow : 未明确定义;

返回值:

示例: