Difference between revisions of "Strlen"
From Mesham
Jump to navigationJump to searchm |
|||
| Line 9: | Line 9: | ||
#include <string> | #include <string> | ||
| − | var a:="hello"; | + | |
| − | + | function void main() { | |
| + | var a:="hello"; | ||
| + | var c:=strlen(a); | ||
| + | }; | ||
''Since: Version 0.41b'' | ''Since: Version 0.41b'' | ||