Undefined values: Difference between revisions

m
Line 1,124:
 
=={{header|Prolog}}==
Prolog has two predicates to know if a variable is instanciedinstantiated or not : '''var/1''' and '''nonvar/1''' <br>
<pre>?- var(Y).
true.
Anonymous user