String Character Length: Difference between revisions

no edit summary
No edit summary
Line 148:
 
strlen = length "Hello, world!"
 
==[[IDL]]==
[[Category:IDL]]
 
'''Compiler:''' any IDL compiler should do
 
length = strlen("Hello, world!")
 
==[[Java]]==
Anonymous user