Cub quest ยท reward 20 XP

cond ? a : b.

๐Ÿฅš

Egg hatching ยท 0%

Finish every step to hatch your monster!

Step 1 / 5

๐Ÿ‘พ

Ternary

cond ? a : b. ๐Ÿ” Why it matters: Games use this to remember your score, your lives and your level.

y = x > 0 ? 1 : 0