RosettaCodeData/Task/Zero-to-the-zero-power/Ring/zero-to-the-zero-power.ring
2016-12-05 23:44:36 +01:00

4 lines
51 B
Text

x = 0
y = 0
z = pow(x,y)
see "z=" + z + nl # z=1