Use another language to call a function: Difference between revisions

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