zlox/samples/native_power.lox

3 lines
75 B
Plaintext

print power(str2num("3"),str2num("3"));
print str2num("3") + str2num("4");