Meta Project

The Unofficial Meta Documentation

RETREAT

Summary

RETREAT places the current position in a string 1 to the front.

Category

Categoryname

Usage

RETREAT value

Arguments

value - STRING! value

Refinements

This method has no refinements

Description

RETREAT places the current position in a string 1 to the front.

Example Code

string: "!MetaWorld!"
advance string
advance string
retreat string
write/line string

Related

ADVANCE  

Back to the Meta Methods Reference index