Meta Project

The Unofficial Meta Documentation

AT

Summary

AT places a STRING! at the desired position

Category

Categoryname

Usage

AT string value

Arguments

string - STRING! type value

value - position of the new head of the string

Refinements

This method has no refinements

Description

AT places a STRING! at the desired position

Example Code

string: "My new programming language of choice is Meta!"
new-string: at string 42

Related

SKIP  
COPY  
CUT  

Back to the Meta Methods Reference index