Meta Project

The Unofficial Meta Documentation

NEXT

Summary

NEXT Sets a string to the next position

Category

Categoryname

Usage

NEXT value

Arguments

value - STRING! type value

Refinements

This method has no refinements

Description

NEXT Returns the next position of the series.

Unlike ADVANCE, NEXT returns a result that must be used.

Example Code

this: "A+Meta"
write/line next next this
this: next this
write/line this

Related

ADVANCE  
CUT  

Back to the Meta Methods Reference index