Meta Project

The Unofficial Meta Documentation

TO

Summary

TO used to transform a value TO another DATATYPE!

Category

Categoryname

Usage

TO value

Arguments

value - DATATYPE!

Refinements

This method has no refinements

Description

TO used to transform a value TO another DATATYPE!

TO should be used sparingly. It can be cause of memory leakage. If possible it is preferrable to use FORM.

Example Code

x: TO WHOLE! "101"
y: TO STRING! 404 ; Alternative FORM
z: TO WHOLE! ~84

Related

TO-HEX  
FORM  

Back to the Meta Methods Reference index