5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
!! 测试不导入库直接使用
|
|
|
|
!! 不导入math库直接使用math函数(应该报错)
|
|
show(`测试不导入直接使用: `, math.abs(`-123`));
|