window 1
printf @" Decimal: %ld", 100
printf @" Hexadecimal: %x", 100
printf @" Octal: %o", 100
print @" Binary: "; bin$(100)
HandleEvents