implementing more native functions

This commit is contained in:
2024-08-29 10:53:22 +02:00
parent a2200debb4
commit 7ed6cf6dcc
4 changed files with 76 additions and 10 deletions

3
samples/native_power.lox Normal file
View File

@ -0,0 +1,3 @@
print power(str2num("3"),str2num("3"));
print str2num("3") + str2num("4");