Machine code: Difference between revisions

Content added Content deleted
Line 338: Line 338:
}
}
\\ Produce a lambda function with machine code inside
\\ Produce a lambda function with machine code inside
UnsingAdd=MyAdd()
UnsingedAdd=MyAdd()
Print UnsingAdd(12, 7), UnsingAdd(500, 100)
Print UnsingedAdd(12, 7), UnsingedAdd(500, 100)
</lang>
</lang>