Zero to the zero power: Difference between revisions

Content added Content deleted
(Added Golfscript implementation)
Line 643: Line 643:
complex: (1+0i)
complex: (1+0i)
</pre>
</pre>

=={{header|Golfscript}}==
<syntaxhighlight lang="golfscript">0 0?</syntaxhighlight>
{{out}}
<pre>1</pre>


=={{header|Groovy}}==
=={{header|Groovy}}==