Own-Programming-Language-Tu.../visitor.own

5 lines
59 B
Plaintext
Raw Permalink Normal View History

func()
def func() print "function\n"
a = 2 + 3 * 4
print a