Stockholm, Sweden
Sigrid aka ftrvxmtrx
I write software for 9front.
Sigrid Solveig Haflínudóttir referenced this ticket in commit 4f4e042.
REPORTED
RESOLVED FIXEDSigrid Solveig Haflínudóttir referenced this ticket in commit 2105ddb.
REPORTED
RESOLVED IMPLEMENTEDTicket created by ~ft on ~ft/sl
Support
(def (f (x 0 x-set)) ...)
.x-set
will be set to eitherNIL
orT
depending on whether the function was called withx
explicitely set or not. This helps treat the "is argument set or default?" without resorting to weird default values set on arguments (likevoid
).