View Single Post
  #5 (permalink)  
Old 02-21-2012, 11:34 AM
Jan Burse
Guest
 
Posts: n/a
Default Re: Variable Names in Prolog

Hi,

Jan Wielemaker schrieb:
> Bind the variables to e.g., '$VAR'('VarName') and call write_term using
> the option numbervars(true). That is what the toplevel does.


Unfortunately '$VAR'('VarName') is not ISO, and is
neither widespread, since some other Prolog systems
use '$VAR'("VarName") or work with a write option.

Bye
Reply With Quote