> Since Genie imitates Python perhaps it does it because Python does it in > most cases. See this page: > http://docs.python.org/reference/simple_stmts.html#print
Yes, you're right, Steven. I replaced the 'print' expression with 'stdout.printf' and now C programs are identical. So, it looks like, that the 'print' is treated differently by Genie, more Python-like. _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
