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

m
<lang>
m (<code>)
m (<lang>)
Line 8:
*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.
<codelang d>module rcbf ;
import std.file, std.c.stdio ;
 
Line 68:
"-------->-]<------.>++++++[<++++++>-]<.>+"
"++++[<------->-]<.") ;
}
}</code>
</lang>
973

edits