A+B: Difference between revisions

No change in size ,  4 years ago
m
(add task to ARM64 assembly Raspberry Pi)
Line 1,981:
 
=={{header|Elena}}==
ELENA 45.10 :
<lang elena>import extensions;
public program()
{
var A := new Integer.new();
var B := new Integer.new();
console.loadLine(A,B).printLine(A + B)
Line 2,000:
console.printLine(console.readLine()
.split()
.selectBy(mssgconst toInt<convertorOp>[01])
.summarize())
}</lang>
Anonymous user