reid-llvm/reid/examples/reid/hard.reid
2025-06-24 17:17:15 +03:00

8 lines
138 B
Plaintext

// New types, type-casting
import std::print;
let text: string = "hello there!";
let value: i16 = 123;
print(text + (value as string));