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