forked from LeenkxTeam/Kmake
7 lines
71 B
JavaScript
7 lines
71 B
JavaScript
|
|
const a = 99;
|
||
|
|
if (true) {
|
||
|
|
const b = 101;
|
||
|
|
} else {
|
||
|
|
const c = 102;
|
||
|
|
}
|