Content deleted Content added
Tags: Mobile edit Mobile web edit |
Undid revision 1173268324 by InternetArchiveBot (talk) link can be accessed properly |
||
Line 1,450:
==== Visual Prolog ====
Anonymous functions (in general anonymous ''predicates'') were introduced in [[Visual Prolog]] in version 7.2.<ref>{{cite web |title=Anonymous Predicates |url=http://wiki.visual-prolog.com/index.php?title=Language_Reference/Terms#Anonymous_Predicates
<code>mkAdder</code> returns an anonymous function, which has captured the argument <code>X</code> in the closure. The returned function is a function that adds <code>X</code> to its argument:
|