fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 328 Convert string to upper case
Idiom # 328 Convert string to upper case
See
programming-idioms.org
:
Code
t := s.upper_case
What are effects?
Runnable Example
ex328 is s := "helLo" t := s.upper_case say "$t"
What are effects?
last changed: 2024-10-17
next: NYI: Idiom # 329 Read value in a map