echo

From DavinciWiki
Revision as of 00:24, 26 February 2010 by Cedwards (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Description

Print a statement to the screen

Arguments and Return Values

Arguments: string of what to be printed

Return Value: none

Usage

Syntax: echo( statement = STRING)

statement - string to print to the string

Examples

dv> a="TEST"
"TEST"
dv> b=echo(a)
"TEST"

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 02-26-2010

Personal tools