8 lines
162 B
XML
8 lines
162 B
XML
$ pda set a@ry "1"
|
|
$ pda set b@ry "2"
|
|
$ pda rm a@ry -i -y
|
|
$ pda get a@ry --> FAIL
|
|
FAIL cannot get 'a@ry': no such key
|
|
hint did you mean 'b'?
|
|
$ pda get b@ry
|
|
"2"
|