7 lines
158 B
XML
7 lines
158 B
XML
$ pda set a 1
|
|
$ pda set b 2
|
|
$ pda del a b
|
|
$ pda get a --> FAIL
|
|
Error: cannot get 'a': Key not found
|
|
$ pda get b --> FAIL
|
|
Error: cannot get 'b': Key not found
|