Tanton Gibbs wrote
radii.t
This isn't your fault, but I have to say that 0o0777 looks really bad in my
font...i.e.
looks like 000777. Perhaps the powers that be may eliminate octal (who uses
it?)
or change it to c? t? or l?
Hmmm, maybe, but 0o00 would be so great in halloween-based JAPHs ;)
conversion.t
The int -> bit conversion doesn't actually convert anything...pehaps you
meant bit instead of int?
If you, in fact, did mean bit instead of int, then shouldn't -2 become 1
instead of 0...I would imagine that anything non-zero would go to 1?
Also, same applies with num -> bit...no conversions were made.
Right, those are mistakes. Woops :)
Also, in the unimplemented & test, I didn't think & was special in a string.
Instead, I thought
we should use $() such that
print "&(noret)"
should be
print "$(noret)";
Is this correct?
Anyway, it looks good...keep up the good work.
You're right, there is no &(); I'm not even sure how I came up with that...
I fixed all of the other mistakes you found, thanks.