• Axolotl@feddit.it
    link
    fedilink
    arrow-up
    1
    ·
    1 hour ago
    String bigIfTrue(Boolean size)
    {
        if (size == true){ return "big" }
        return "small";
    }