Meta Project

The Unofficial Meta Documentation

SECOND-OF

Summary

SECOND-OF Gets the second part of a numeric value like a NATURAL64!

Category

Categoryname

Usage

SECOND-OF Gets the second part of a numeric value like a NATURAL64!

Arguments

value - numeric value

Refinements

This method has no refinements

Description

SECOND-OF Gets the second 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

FIRST-OF  
THIRD-OF  
FOURTH-OF  
FIFTH-OF  
SIXTH-OF  
SEVENTH-OF  
EIGHTH-OF  
NINTH-OF  
TENTH-OF  

Back to the Meta Methods Reference index