printf

From DavinciWiki
Jump to: navigation, search


64-bit SafeYes

Description

Prints formatted output to the screen

Arguments and Return Values

Arguments: A string

Return Value: None. String is printed.

Usage

Syntax: printf(string)

The printf() function is a direct interface to the C library function of the same name.

Examples

dv> k =76
76

dv> printf("the number k is %d\n",k)
the number k is 76

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: 07-06-2009

Personal tools