[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Function invocation syntax
- From: "Curt Carpenter" <curtc@...>
- Date: Tue, 1 Jul 2003 09:51:01 -0700
How come this works:
print "Hello World"
But this doesn't:
print 5
?
What's wrong with saying that all function invocations must use the
parenthetical arg list syntax?
Thx,
Curt