Files
Tampiorama/examples/basics/hello.itp
T

11 lines
384 B
Plaintext

# Hei maailma! — Hello World in Tampio
#
# "Kun nykyinen sivu avautuu" = "When the current page opens"
# This is Tampio's page-load event hook — the entry point of every program.
#
# "teksti" wraps a string literal.
# "näytetään käyttäjälle" = "is shown to the user" (triggers a browser alert)
Kun nykyinen sivu avautuu,
teksti "Hei maailma!" näytetään käyttäjälle.