implementing more native functions
This commit is contained in:
3
samples/native_power.lox
Normal file
3
samples/native_power.lox
Normal file
@ -0,0 +1,3 @@
|
||||
print power(str2num("3"),str2num("3"));
|
||||
|
||||
print str2num("3") + str2num("4");
|
Reference in New Issue
Block a user