8 lines
54 B
Plaintext
8 lines
54 B
Plaintext
when {
|
|
false -> :no
|
|
nil -> :nope
|
|
:else -> :yup
|
|
}
|
|
|
|
|