@HiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish • 19 hours agoWhy make it complicated?lemmy.mlimagemessage-square30fedilinkarrow-up167arrow-down10file-textcross-posted to: programmer_humor@programming.dev
arrow-up167arrow-down1imageWhy make it complicated?lemmy.ml@HiddenLayer555@lemmy.ml to Programmer Humor@lemmy.mlEnglish • 19 hours agomessage-square30fedilinkfile-textcross-posted to: programmer_humor@programming.dev
minus-square@ByteWelder@feddit.nllinkfedilinkEnglish3•7 hours agoIn Kotlin, you can have the type become implicit with the former syntax: let text = number.toString() (text is a String here)
In Kotlin, you can have the type become implicit with the former syntax:
let text = number.toString()
(text
is aString
here)