Modulinos: Difference between revisions

Content added Content deleted
(Added 11l)
Line 10: Line 10:
: '''The task [[Executable library]] is written to replace this task.''' ''This task's future is in doubt as its aims are not clear enough.''
: '''The task [[Executable library]] is written to replace this task.''' ''This task's future is in doubt as its aims are not clear enough.''
<br><br>
<br><br>

=={{header|11l}}==
<lang 11l>F meaning_of_life()
R ‘*’.code

:start:
print(‘Main: The meaning of life is #.’.format(meaning_of_life()))</lang>


=={{header|C}}==
=={{header|C}}==