mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
I'm running into this error now in a program I'm writing, and I would like to see the value so I know what I'm doing wrong.
14 lines
291 B
Text
14 lines
291 B
Text
"turbo encabulator".is_prefabulated
|
|
|
|
# output:
|
|
stdin:1:21
|
|
╷
|
|
1 │ "turbo encabulator".is_prefabulated
|
|
╵ ^~~~~~~~~~~~~~~
|
|
Error: Unknown field.
|
|
|
|
stdin:1:1
|
|
╷
|
|
1 │ "turbo encabulator".is_prefabulated
|
|
╵ ^~~~~~~~~~~~~~~~~~~
|
|
Note: On value: "turbo encabulator"
|