[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



    Why does this crock persist that (when using .FASL)
    .ENTRY FOO SUBR 0001
    means a subr of no arguments (i.e. it is always one more than what it
    should be)?  Is there a reason for this?
The answer is that the number 0001 is the "internal format"
value of the ARGS property.  Niceness might have dictated
a better interface, but it suffices.  People write 0001
instead of 1 to remind themselves that a crock is happening.