Polo Encoding & Decoding
docencode {expression}
Encodes the expression in polo and prints in hex.
docencode {name: "A", value: "B"}
0x0d5f064566b5016e616d65064176616c75650642
docdecode 0xpolohexwire
Decodes the polo wire and prints the expression back.
docdecode 0x0d5f06454695016e616d6576616c7565
map[name: A value: B]
errdecode 0xErrorHexString from engine_name
Helps decode encoded error strings, although interaction errors are automatically decoded. Iffrom engine_name
is not specified, it defaults toPISA
.
errdecode 0x0e7f069602a104ae046275696c74696e2e547970654572726f72696e76616c6964206d61702076616c75653f06e60172756e74696d652e726f6f742829726f7574696e652e5453312829205b3078385d202e2e2e205b3078383a205345544b45592030783020307831203078325d
[builtin.TypeError invalid map value false map[runtime.root():routine.TS1() [0x8] ... [0x8: SETKEY 0x0 0x1 0x2]]]