Nasal library functions: Difference between revisions

Jump to navigation Jump to search
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() ==
15

edits

Navigation menu