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
s := "ネコ"
What are effects?
Running Example
ex24 is s := "ネコ" say "s is '$s'"
What are effects?
last changed: 2024-07-01
next: NYI: Idiom # 25: Send a value to another thread