but it will automatically overwrite the dictionary.
A more robust way would be
@[dict;`b;,;8]
or
@[`dict;`b;,;8]
where the latter automatically overwrites the dictionary, while the former creates a modified copy of the dictionary (in case you don't want it to overwrite the original yet)
You can do
but it will automatically overwrite the dictionary.
A more robust way would be
or
where the latter automatically overwrites the dictionary, while the former creates a modified copy of the dictionary (in case you don't want it to overwrite the original yet)