A polyglot developer reference tool to compare programming language concepts side-by-side! Great for learning new languages or using for reference.
GNU Affero General Public License v3.0
288
stars
170
forks
source link
added Kotlin data types and control structures #732
Closed
naeem4633 closed 3 months ago
Changes done to add Control Structures and Data Types for Kotlin.
What GitHub issue does this PR apply to?
Continues the work from #728.
What changed and why?
control_structures.json
file inside thekotlin/1.5
directory containing the necessary content to define various control structures in Kotlin.data_types.json
file inside thekotlin/1.5
directory containing the necessary content to define various data types in Kotlin.(If editing website code) Please add screenshots
Not applicable.
Checklist
Any additional comments or things to be aware of while reviewing?
None.