Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 212 Bytes

examples.md

File metadata and controls

20 lines (20 loc) · 212 Bytes

Run calculations

 kalki 1:2:+ 3:2:^ $:3:-

Output

3
9
6  # Get last result with $

Define variable

kalki 3:3:*:=a 6:4:* a:2:*

Output

9  # Define a as 9
24
18