A+B: Difference between revisions

Content added Content deleted
(ol version fix)
m (Added a link to a Scratch solution)
Line 3,540: Line 3,540:
=={{header|Scheme}}==
=={{header|Scheme}}==
<lang scheme>(display (+ (read) (read)))</lang>
<lang scheme>(display (+ (read) (read)))</lang>

=={{header|Scratch}}==
Scratch is a graphical programming language. Follow the link to see an example solution for A + B<br>
[https://scratch.mit.edu/projects/327678813/ '''Scratch A + B''']<br>
Since Scratch is an educational language, I've included comments for new programmers to better understand what the program is doing.


=={{header|sed}}==
=={{header|sed}}==