Re: Prolog doesn't give multiple solutions to my goal.



On 2007-08-25, Giovanni Gherdovich <gherdovich@xxxxxxxxxxxxxxxxxxxxxx> wrote:
Just for curiosity: this is only with my SWI-Prolog
system or it is valid also in other implementation?

| /*
|
| $map !signal -> { put_a ; put_b ; put_x_or_y }
| $map !output -> *CHAR
|
| $declare p_translate(*!signal,*CHAR)
| $declare p_convert(!signal,CHAR)
|
| */

Its legal comment, so it is totally valid. Otherwise it means little
to me :-)

--- Jan
.