summaryrefslogtreecommitdiffhomepage
path: root/kotlin.html.markdown
Commit message (Collapse)AuthorAgeLines
* [kotlin/en] lambda functions wrong defined (#5007)HEADmasterRisun2024-07-23-1/+1
| | | lambda functions can not defined by `fun` directly, use `val` (or `var` if mutability is required) instead
* [kotlin/en] Add small section for lambda functions (#4798)Pratyaksh Gautam2024-05-14-0/+7
|
* [kotlin/en] Parentheses can be omitted for single lambda args (#4708)Michael Härtl2024-05-13-1/+4
|
* Update kotlin.html.markdownAndrew2023-10-31-1/+1
| | | Improve variables explanation
* When is not a function, but an expression (#4603)Stefan Lobbenmeier2023-08-25-1/+1
| | | https://kotlinlang.org/docs/control-flow.html#when-expression
* Update kotlin.html.markdownTentacles2021-02-04-1/+1
|
* fix: use fooData's values, not fooCopy'sAlex P2021-01-29-1/+1
|
* Kotlin enumashraf-patel2019-08-05-2/+13
|
* refactor operator overloading example; reorder codeIllya Gerasymchuk2019-03-23-62/+51
| | | | | Refactored the operator overloading example, fixed some grammar mistakes, reordered parts of the code to make it easier to read and some other minor fixes.
* fix grammar errorsIllya Gerasymchuk2019-03-22-2/+2
|
* Mention parameterless main functionHenning Post2018-10-31-1/+3
|
* Update link to run Kotlin in the browserSaurabh Sandav2018-10-27-1/+1
|
* [Kotlin/en] add kotlin operator overloadingMuhammad Rifqi Fatchurrahman2018-10-03-3/+70
|
* Update kotlin.html.markdownZohar Jackson2018-09-10-0/+6
|
* Added print output for template string commandBharat Reddy2017-07-07-1/+1
|
* [Kotlin/all] Remove whitespace in variable declaration with explicit type ↵João Vitor Verona Biazibetti2017-05-19-1/+1
| | | | | | | | (#2733) * Removed whitespace in variable declaration with explicit type (Kotlin) * Removed whitespace in variable declaration with explicit type (Kotlin translations)
* [kotlin/all] Rename variable fooMutableDate to fooMutableData (#2688) (#2689)Pablo Najt2017-03-24-3/+3
|
* Several changes on Kontlin. (#2335)Jakukyo Friel2016-10-12-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | * kotlin: remove unnecessary semicolons. Also replace code block language `java` with `kotlin`. * kotlin: change coding style (Kotlin Reference) * kotlin: anonymous function -> lambda expression Anonymous functions and lambda expressions are different in Kotlin. The code example uses `anonymous function` in the comment, while the code below is in fact lambda expressions. * Remove myself from contributors. Not for trivial changes. * kotlin: fix a typo. Thanks @geoffliu to point out this. * kotlin: change style of default parameter according to Referenec.
* [Kotlin/en] Add more destructuring examples (#2419)Sergey Mashkov2016-10-05-0/+11
|
* [Kotlin/en] Add when smartcast example (#2418)Sergey Mashkov2016-10-05-0/+8
|
* [Kotlin/en] correct object clarification (#2413)Sergey Mashkov2016-10-05-1/+6
| | | | | | * Kotlin: correct object clarification * Kotlin: correct object clarification
* [kotlin/en] Add "if" usage as an expression (#2367)Paolo Furini2016-09-12-0/+8
| | | | | | | | * [kotlin/en] Add "if" usage as a function * [kotlin/en] Change comment on "if" expression Rephrase the comment to use the term "expression" in place of "function"
* [kotlin/en] Add examples of sequences (#2214)s-webber2016-06-26-6/+31
| | | | | | | | * minor capitalization and punctuation changes * examples of sequences * corrected comment
* Merge pull request #2202 from s-webber/masterven2016-03-19-3/+4
|\ | | | | [kotlin/en] Add links to other resources
| * updated further reading sections-webber2016-03-19-2/+3
| |
| * removed unnecessary bracketss-webber2016-03-19-1/+1
| |
* | Set kotlin highlighting to javaAdam Bard2016-03-15-1/+1
|/
* created kotlin markdowns-webber2016-03-13-0/+321