4 lines
92 B
Text
4 lines
92 B
Text
|
|
if color == "red" { "aaaaaah!" }
|
||
|
|
else if color == "blue" { "oooooh!" }
|
||
|
|
else { "eeeeeeee!" }
|