Search Results
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)
>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)
Page 1