Empty program: Difference between revisions

Content added Content deleted
(HolyC)
(added verbexx empty program)
Line 1,134:
An empty .vbs file is considered the smallest runnable code, but the following (a single apostrophe as comment marker) would also be acceptable (along with other non-executing instructions like <code>option explicit</code>.)
<lang vb>'</lang>
 
=={{header|Verbexx}}==
An empty file is the smallest valid script, but running it does nothing.
<lang verbexx></lang>
 
=={{header|VHDL}}==