cfad47cfa3/t3compiler/tads3/test/data/mod_bignum2.t
| 4b825dc642cb6eb9a060e54bf8d69288fbee4904 | cfad47cfa334b206c65f22086bcc5d63e6f70944 | ||
|---|---|---|---|
1 | #include "tads.h" | ||
2 | #include "t3.h" | ||
3 | #include "bignum.h" | ||
4 | |||
5 | modify BigNumber | ||
6 | spellNumber() | ||
7 | { | ||
8 | return inherited.spellNumber().toUpper(); | ||
9 | } | ||
10 | ; | ||
11 | |||
12 | modify BigNumber | ||
13 | spellNumber() | ||
14 | { | ||
15 | return inherited.spellNumber() + '!'; | ||
16 | } | ||
17 | ; |
Download diff