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

Content added Content deleted
m (Spelling/grammar)
m (<code>)
Line 16: Line 16:
More detailed information about the code can be found in the comments throughout it.<br clear=all>
More detailed information about the code can be found in the comments throughout it.<br clear=all>


<ada>-- BF Interpreter
<code ada>-- BF Interpreter


-- Usage: bf programfile[.bf]
-- Usage: bf programfile[.bf]
Line 185: Line 185:
New_Line;
New_Line;


end Bf;</ada>
end Bf;</code>