open('hello(world).\n', read, Stream), read(Stream, X), close(Stream)
--> X = hello(World)
hello(World)