Add Tampio hello world example, syntax.css, and update README
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user