Decodal/examples/arithmetic.dcdl
2026-06-17 23:00:14 +09:00

8 lines
120 B
Plaintext

{
workers = 2 + 2;
memory_gib = 1.5 * 4;
port = 9000 + 443;
timeout_seconds = 30 / 2;
negative_offset = -3;
}