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