15
edits
Chris-barry (talk | contribs) m (→subvec()) |
Chris-barry (talk | contribs) |
||
Line 125: | Line 125: | ||
== delete() == | == delete() == | ||
Remove an element from a hash. | |||
'''Usage''' | |||
delete(''hash'', ''key'') | |||
Remove the element with key ''key'' from the hash ''hash''. If the key is not present then the hash is unaltered. | |||
== int() == | == int() == |
edits