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

11 lines
296 B
Plaintext

!! 测试import语句导入bflang模块
!! 导入bflang模块
import bflang
show(`=== Testing import bflang ===`);
!! 测试Hello World Brainfuck代码
hello_world = `++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.`;
bf(hello_world);