Skip to content

Operations

Sumit Patel edited this page Aug 27, 2018 · 2 revisions

Operations

This list of operations in available in chirp.

Basic I/O operations

  • Input
    Syntax:- Say/Scream/Shout/Whisper Expression. An expression can be a literal, arithmetic operations over literal or an identifier.
    Example:- Say "Hello, World!", will print hello world to stdout.
    Put "sumit" into my name
    Whisper my name
    The above code will give the following output.
Clone this wiki locally