Hello world/Text: Difference between revisions

m
added Diego task
m (added Diego task)
Line 1,173:
 
</lang>
 
=={{header|Diego}}==
Once the caller has met the computer and its printer...
<lang diego>with_computer(comp1)_printer(lp1)_text(Hello World!);</lang>
If the caller is the computer...
<lang diego>with_printer(lp1)_text(Hello World!);</lang>
 
=={{header|DIV Games Studio}}==