Made with KolourPaint and screenshots from Kate (with the GitHub theme).

      • macniel@feddit.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        3 months ago

        Kotlin knows mutable and immutable variables. var indicate mutables and val would indicate immutables (comparable with the final modifier in java and const in JavaScript/TypeScript).