Erlang – put

In this guide, we will discuss Erlang Put. This method is used to put a key, value pair in the process dictionary. Syntax put(key,value) Parameters key βˆ’ The key which needs to be…

Continue ReadingErlang – put