Halt and catch fire: Difference between revisions

Added Easylang
(Add bruijn)
(Added Easylang)
 
Line 168:
<pre>
 
</pre>
 
=={{header|EasyLang}}==
<syntaxhighlight>
a[] = [ ]
print a[1]
</syntaxhighlight>
{{out}}
<pre>
*** ERROR: index out of bounds
</pre>
 
2,063

edits