if (true)
print('yes');
if (1 == 0) {
print('yes');
} else {
print('no');
}
false ? 1 : 0
0
switch ('two') {
case 'one':
print('1');
break;
case 'two':
print('2');
break;
default:
print('other');
}
The console allows you to interact with the course material and examples. Use the following keys:
A special logging function is also available: