Closed chuckhoupt closed 4 years ago
Printf/1 should print the atom it is passed, but it prints nothing and succeeds with '[]'. Compare with the string version printf("[]"), which correctly prints [].
Printf/1
'[]'
printf("[]")
[]
Printf/1
should print the atom it is passed, but it prints nothing and succeeds with'[]'
. Compare with the string versionprintf("[]")
, which correctly prints[]
.