I am simply trying to set-up my prolog environment and ii have a simply program.
write(a).
that's it...
It always tells me "No permission to modify static procedure `write/1'"
Also does the same for read. As i have never used prolog is it something wrong with how i have set it up or do i need something else to my code.
Thanks
write(a).
that's it...
It always tells me "No permission to modify static procedure `write/1'"
Also does the same for read. As i have never used prolog is it something wrong with how i have set it up or do i need something else to my code.
Thanks