fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 24: Assign to string the japanese word ネコ
Idiom # 24: Assign to string the japanese word ネコ
See
programming-idioms.org
:
Code
Code input
s := "ネコ"
What are effects?
Runnable Example
Code input
ex24 is s := "ネコ" say "s is '$s'"
What are effects?
last changed: 2026-02-20
next: NYI: Idiom # 25: Send a value to another thread