8 lines
104 B
Text
8 lines
104 B
Text
|
|
if (s == 'Hello World') {
|
||
|
|
foo();
|
||
|
|
} else if (s == 'Bye World') {
|
||
|
|
bar();
|
||
|
|
} else {
|
||
|
|
deusEx();
|
||
|
|
}
|