short eight = 8; assert(getOctalForm(eight) == "10"); assert(33261.getOctalForm == "100755");
See Implementation