Arithmetic
Splice supports basic mathematical operations.
| Operator | Meaning |
|---|---|
-
| addition
-
| subtraction
-
| multiplication / | division
Example:
let a = 10
let b = 5
print(a + b)
print(a - b)
print(a * b)
print(a / b)
Splice supports basic mathematical operations.
| Operator | Meaning |
|---|---|
| addition
| subtraction
| multiplication / | division
Example:
let a = 10
let b = 5
print(a + b)
print(a - b)
print(a * b)
print(a / b)
From here you can search these documents. Enter your search terms below.
| Keys | Action |
|---|---|
| ? | Open this help |
| n | Next page |
| p | Previous page |
| s | Search |