Hello world/Standard error: Difference between revisions

Content added Content deleted
(Hello world/Standard error en Yabasic)
(Hello world/Standard error en True Basic)
Line 1,093: Line 1,093:
=={{header|Transact-SQL}}==
=={{header|Transact-SQL}}==
<lang Transact-SQL> RAISERROR 'Goodbye, World!', 16, 1 </lang>
<lang Transact-SQL> RAISERROR 'Goodbye, World!', 16, 1 </lang>

=={{header|True BASIC}}==
<lang basic>
CAUSE error 1, "Goodbye World!"
END
</lang>


=={{header|TUSCRIPT}}==
=={{header|TUSCRIPT}}==