diff options
author | Timothy Pearson <[email protected]> | 2011-11-21 02:23:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-21 02:23:03 -0600 |
commit | 9b58d35185905f8334142bf4988cb784e993aea7 (patch) | |
tree | f83ec30722464f6e4d23d6e7a40201d7ef5b6bf4 /tde-i18n-pt_BR/data/kdeedu/kturtle/nomealeatorio.logo | |
download | tde-i18n-9b58d35185905f8334142bf4988cb784e993aea7.tar.gz tde-i18n-9b58d35185905f8334142bf4988cb784e993aea7.zip |
Initial import of extracted KDE i18n tarballs
Diffstat (limited to 'tde-i18n-pt_BR/data/kdeedu/kturtle/nomealeatorio.logo')
-rw-r--r-- | tde-i18n-pt_BR/data/kdeedu/kturtle/nomealeatorio.logo | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/nomealeatorio.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/nomealeatorio.logo new file mode 100644 index 00000000000..0ec57736bf5 --- /dev/null +++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/nomealeatorio.logo @@ -0,0 +1,18 @@ +# Mostre seu nome aletatoriamente + +apague +tamanhodatela 255,255 +desapareça + +nome = leia "Qual é seu nome?" + +repita 50 [ + x = aleatório 0, 255 + y = aleatório 0, 255 + s = aleatório 10, 51 + + vápara x, y + tamanhodafonte s + cordolápis x,y,s*5 + mostre nome +] |