Files
ivy/doc/sample/Simple.im
T

12 lines
119 B
Plaintext
Raw Normal View History

2026-01-19 14:20:04 +00:00
package net.doorstuck.test
2026-01-19 14:20:04 +00:00
use std.io
2026-01-19 14:20:04 +00:00
y = 32 * 64.
z = 64 / 4.
x = y + z.
q = [ x = y[0] ].
2026-01-19 14:20:04 +00:00
cout put:'Answer: {x}'