Search Results

Found 1 results for "9d1f9f7b8827f4a4c0953f97337e46a1" across all boards searching md5.

Anonymous /g/105527756#105565351
6/12/2025, 12:13:00 AM
>>105558803
>So (if foo 2.5 3) will be invalid?
This is plainly a type error
(+ (if foo 1 1.0) 1)
but is this?
(+ (if true 1 1.0) 1)