-
Notifications
You must be signed in to change notification settings - Fork 5
Operations
Sumit Patel edited this page Aug 27, 2018
·
2 revisions
This list of operations in available in chirp.
- 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.