Use another language to call a function: Difference between revisions

Content deleted Content added
Add Nimrod
Line 597:
for i in 0 .. <text.len:
data[i] = text[i]
length = cint(text.len)
return 1
return 0</lang>