AppliedLogicSystems / ALSProlog

ALS Prolog Compiler & Development Environment
https://alsprolog.com
MIT License
16 stars 9 forks source link

printf('[]') doesn't print anything. #191

Closed chuckhoupt closed 4 years ago

chuckhoupt commented 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 [].