Can someone please explain why the first result is word instead of logic,
and why the second prints anything at all?

>> b: ["John" true "Sam" false]
== ["John" true "Sam" false]
>> print type? second b
word
>> if fourth b [print "OK"]
OK

David Coons
Texas Tech University

Reply via email to