echo

From DavinciWiki
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