Files
ivy/doc/sample/Var.im
2025-04-15 11:05:52 +01:00

5 lines
54 B
Plaintext

var x = 2 + 3.
var y = x.
var z.
var (x, y) = (3, 4).