Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _ja/cheatsheets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ language: ja


| <span id="variables" class="h2">変数</span> | |
|----------------------------------------------------------------------------------------------------------|-----------------|
| `var x = 5` | 変数 |
| <span class="label success">Good</span> `val x = 5`<br> <span class="label important">Bad</span> `x=6` | 定数 |
| `var x: Double = 5` | 明示的な型 |
Expand Down