Inlining means that there is actually no call to `...
# announcements
c
Inlining means that there is actually no call to
boom
, but instead everywhere where
text.boom()
is in your program, it basically replaces it by
if (text.hidden) [...]