Index: rosetta/12_hello_dad/index.html =================================================================== --- rosetta/12_hello_dad/index.html (revision 20810) +++ rosetta/12_hello_dad/index.html (revision 20811) @@ -11,6 +11,8 @@ Create a new action hello() that prints "Hello world!" in a modal dialog box using DAD.

Example implementations

awk + | +pl

Explanation, step by step

Create a function hello Index: rosetta/13_hello_dad/index.html =================================================================== --- rosetta/13_hello_dad/index.html (revision 20810) +++ rosetta/13_hello_dad/index.html (revision 20811) @@ -11,6 +11,8 @@ Create a new action hello() that prints "Hello world!" in vertical layout in a dialog box.

Example implementations

awk + | +pl

Explanation, step by step

Create a function hello Index: rosetta/21_timer/index.html =================================================================== --- rosetta/21_timer/index.html (revision 20810) +++ rosetta/21_timer/index.html (revision 20811) @@ -14,6 +14,8 @@ | lua | +pl + | tcl

Explanation, step by step

Create a function Index: rosetta/index.html =================================================================== --- rosetta/index.html (revision 20810) +++ rosetta/index.html (revision 20811) @@ -44,17 +44,17 @@ 12 hello world (GUI) - awk + awk perl Create a new action hello() that prints "Hello world!" in a modal dialog box using DAD. 13 hello world (GUI, with vbox) - awk + awk perl Create a new action hello() that prints "Hello world!" in vertical layout in a dialog box. 21 timers - awk lua tcl + awk lua perl tcl Create timers that are going to call back an action in the background. 72