Re: Questions
duke potgieter wrote:
> Hello Euphorians,
> I am a novice programmer. My first program a simple
> adding routine works fine, however the cum total displays as follows:
> { 0, TOTAL }
> How do I get rid of the brackets and the 0 ?
You're trying to print a sequence (that has 2 elements: 0 and TOTAL) at
once,
maybe you should try
firt printing element 1 (output[1]) and then element 2 (output[2])
> My second program keeps on giving me type_check failure or true/false
> must be an atom. My input is a atom!
It's quite dificult to give you an accurate answer without taking a look
to
your code, you may attach
it to a mail and I'll look at it.
Bye!!
Daniel Berstein Zimmermann
dberst at cmet.net
http://www.geocities.com/SiliconValley/Heights/9316
|
Not Categorized, Please Help
|
|