Halt and catch fire: Difference between revisions

add gwbasic
(add FreeBASIC)
(add gwbasic)
Line 175:
<lang go>package main; func main(){panic(0)}</lang>
 
=={{header|GW-BASIC}}==
<lang gwbasic>0 gosub 0</lang>
=={{header|Haskell}}==
An alternative to the following is to use ''undefined''.
781

edits