mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
14 lines
162 B
Text
14 lines
162 B
Text
(a b) => 2
|
|
|
|
# output:
|
|
stdin:1:4
|
|
╷
|
|
1 │ (a b) => 2
|
|
╵ ^
|
|
Error: Expected ')'.
|
|
|
|
stdin:1:1
|
|
╷
|
|
1 │ (a b) => 2
|
|
╵ ^
|
|
Note: Unmatched '(' opened here.
|