Files
oraset/examples/test_import_error.oraset
T
2026-04-24 21:54:58 +08:00

5 lines
152 B
Plaintext

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