3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
let x = "hello"
|
|
if (x) term.log('bruh')
|
|
else term.log('not bruh') |
let x = "hello"
|
|
if (x) term.log('bruh')
|
|
else term.log('not bruh') |