Execute Brain****/D: Difference between revisions

Content added Content deleted
m (Another link, English)
m (<code>)
Line 8: Line 8:
*Input and output are in character mode, rather than in numerical.
*Input and output are in character mode, rather than in numerical.
*Nesting level is checked during parsing, and if loops/brackets are not matched, an error is thrown before executing the code.
*Nesting level is checked during parsing, and if loops/brackets are not matched, an error is thrown before executing the code.
<d>module rcbf ;
<code d>module rcbf ;
import std.file, std.c.stdio ;
import std.file, std.c.stdio ;


Line 68: Line 68:
"-------->-]<------.>++++++[<++++++>-]<.>+"
"-------->-]<------.>++++++[<++++++>-]<.>+"
"++++[<------->-]<.") ;
"++++[<------->-]<.") ;
}</d>
}</code>