Difference between revisions of "Uppercase"
From Mesham
Jump to navigationJump to searchm |
m (4 revisions imported) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
#include <string> | #include <string> | ||
− | var a:="HeLlO"; | + | |
− | + | function void main() { | |
+ | var a:="HeLlO"; | ||
+ | var c:=uppercase(a); | ||
+ | }; | ||
''Since: Version 0.41b'' | ''Since: Version 0.41b'' |