Difference between revisions of "Charat"
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:=charat(a,2); | |
+ | var d:=charat("test",0); | ||
+ | }; | ||
''Since: Version 0.41b'' | ''Since: Version 0.41b'' |