Meta Project

The Unofficial Meta Documentation

ASK

Summary

ASK Gets input from a user

Category

Categoryname

Usage

answer: ASK value

Arguments

value - STRING! type value, most often containing a request for information

Refinements

/LINE - Get a whole line, not a single character

Description

ASK Gets input from a user, also works sort of in the Meta webconsole

Example Code

Descriptions and

answer: ask/line "Hi what is your name?"
write/line ""
write "Welcome to Meta " write answer write/line "!!"

Related

WRITE  

Back to the Meta Methods Reference index