Availability:built-in
put(+Char)Write Char to the current output stream. Char is
either an integer expression evaluating to a character code or an atom
of one character. Deprecated. New code should use put_char/1
or put_code/1.
- Fixed in 8.1.25 (👉6bcd315) ./3: (Dict.Func): allow built-in dict functions get/1, put/1 and put/2 to work on association lists.