mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
12 lines
300 B
Text
12 lines
300 B
Text
assert false, { message = "The message is not just a string.", value = 12 };
|
|
0
|
|
|
|
# output:
|
|
stdin:1:8
|
|
╷
|
|
1 │ assert false, { message = "The message is not just a string.", value = 12 };
|
|
╵ ^~~~~
|
|
Error: Assertion failed. {
|
|
message = "The message is not just a string.",
|
|
value = 12,
|
|
}
|