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

11 lines
302 B
Plaintext

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