Meta Project

The Unofficial Meta Documentation

SIXTH-OF

Summary

SIXTH-OF Gets the sixth part of a numeric value like a NATURAL64!

Category

Categoryname

Usage

SIXTH-OF Gets the sixth part of a numeric value like a NATURAL64!

Arguments

value - numeric value

Refinements

This method has no refinements

Description

SIXTH-OF Gets the sixth part of a numeric value like a NATURAL64!

Example Code

bad-cafe: ~DECAFCAFEBADCAFE
write/line form/hex first-of bad-cafe
write/line form/hex second-of bad-cafe
write/line form/hex third-of bad-cafe
write/line form/hex fourth-of bad-cafe
write/line form/hex fifth-of bad-cafe
write/line form/hex sixth-of bad-cafe
write/line form/hex seventh-of bad-cafe
write/line form/hex eighth-of bad-cafe

Related

PICK  
FIRST-OF  
SECOND-OF  
THIRD-OF  
FOURTH-OF  
FIFTH-OF  
SEVENTH-OF  
EIGHTH-OF  
NINTH-OF  
TENTH-OF  

Back to the Meta Methods Reference index