kiss-lang / kiss

A type-safe, compiled Lisp for Haxe programs
GNU Lesser General Public License v2.1
3 stars 0 forks source link

withMutProperties gives error message without line number when body's result is void #9

Open NQNStudios opened 9 months ago

NQNStudios commented 9 months ago

Variables of type Void are not allowed

Could fix this by, instead of assigning to a result variable, declaring and calling a lambda?

but that wouldn't work because the properties still have to be set afterwards