S
Suresh Jeevanandam
Guest
Andrew and all,
I expect the following code to print "Case 2". But it does not do so.
Why?. Please help/
obj = 1
case( type(obj)
( 'list
println("Case 1")
)
( ('fixnum 'flonum 'string )
println("Case 2")
)
)
thanks,
Suresh
I expect the following code to print "Case 2". But it does not do so.
Why?. Please help/
obj = 1
case( type(obj)
( 'list
println("Case 1")
)
( ('fixnum 'flonum 'string )
println("Case 2")
)
)
thanks,
Suresh