LightAndLight / ipso

A functional scripting language.
https://ipso.dev
16 stars 1 forks source link

`string.empty? : String -> Bool` #433

Open LightAndLight opened 2 weeks ago

LightAndLight commented 2 weeks ago

Not blocking, because I can use

case x of
  "" -> y
  _ -> z