The simplest CatLang program — an introduction to events, logging, and variables.
Step 11. Your First Script1 / 6
on loaded:log("Hello World!")
What happens:
on loaded:runs when the page finishes loadinglog(...)prints text to the CatWeb console
The simplest CatLang program — an introduction to events, logging, and variables.
on loaded:log("Hello World!")
What happens:
on loaded: runs when the page finishes loadinglog(...) prints text to the CatWeb console