8 lines
77 B
Plaintext
8 lines
77 B
Plaintext
|
list = [1 2 1 3]
|
||
|
|
||
|
found = find i in list {
|
||
|
i == 3
|
||
|
}
|
||
|
|
||
|
(assert_equal 3 found)
|