Initial commit: Oraset programming language with documentation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
!! 测试@include指令导入bflang模块
|
||||
|
||||
!! 导入bflang模块
|
||||
@include bflang
|
||||
|
||||
show(`=== Testing @include bflang ===`);
|
||||
|
||||
!! 测试Hello World Brainfuck代码
|
||||
hello_world = `++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.`;
|
||||
bf(hello_world);
|
||||
Reference in New Issue
Block a user