===== bget ===== Read the binary value from memory that is associated with the user-provided key. **syntax:** bget **parameters:** * **key** - The name of the unique key by which data is accessed. **example:** bget mykey VALUE mykey 0 10 abcdefghij END **output notes:** * **0** → no flags * **10** → data is 10 bytes long * **myvalueabc** → "mykey" is associated with the value "myvalueabc"