Files
pebble/examples/02_operations.peb
2026-02-05 01:59:14 +01:00

6 lines
73 B
Plaintext

let a = 4
let b = 5
let c = a + b
c *= 7
let d = (3.2 - 0.2) + 4 * 6 / 2