blob: 339aa41d369404367a1e21dbab2bff2f433b068b (
plain)
1
2
3
4
5
6
7
8
9
10
|
the-value: "Hello, World!"
key 0:9 ^-------^ the-value
quot 12:25 ^-----------^ Hello, World!
val 12:25 ^-----------^ Hello, World!
pair 0:25 ^-----------------------^ the-value: "Hello, World!
msg :the-value: "Hello, World!"
format :the-value: #
{
"the-value": "Hello, World!"
}
|