Commit 28d6b27d authored by Martín Ferrari's avatar Martín Ferrari

missing comma

parent 754a6532
......@@ -27,7 +27,7 @@ _proto_commands = {
"IF": {
"LIST": ("", "i"),
"SET": ("iss", "s*"),
"RTRN": ("ii", "")
"RTRN": ("ii", ""),
"DEL": ("i", "")
},
"ADDR": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment