tests/python/runtime.py
author lbessard
Wed, 14 Jan 2009 19:44:36 +0100
changeset 292 a47081eb6cec
parent 291 701c0601db02
permissions -rw-r--r--
Adding support for Graphic for variable in Debug mode
import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg