author | francesco-ST <francesco.abbate@st.com> | 2011年01月14日 11:54:52 +0100 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2011年01月14日 11:54:52 +0100 |
commit | a66a02a6f564a5232e721e6add0416b92743913e (patch) | |
tree | d6c9a4b09e60ea38a8e668fb75ad63fcb33110f0 /examples/graphics.lua | |
parent | 8430931ed3ec300a1a29727ed4614abc7d5fbe2c (diff) | |
download | gsl-shell-a66a02a6f564a5232e721e6add0416b92743913e.tar.gz |
-rw-r--r-- | examples/graphics.lua | 6 |
diff --git a/examples/graphics.lua b/examples/graphics.lua index a7bac0f2..cd662610 100644 --- a/examples/graphics.lua +++ b/examples/graphics.lua @@ -110,6 +110,6 @@ function demo3() return p end -print 'demo1() - path objects with bezier segments and various transformations' -print 'demo2() - example of text object utilisation' -print 'demo3() - example of animation with window and text object' +echo 'demo1() - path objects with bezier segments and various transformations' +echo 'demo2() - example of text object utilisation' +echo 'demo3() - example of animation with window and text object' |