leo/tests/compiler/string/inputs/string.in
2021-05-22 17:57:05 -04:00

6 lines
95 B
Plaintext

[main]
s1: [char; 13] = "Hello, World!";
s2: [char; 4] = "test";
[registers]
out: bool = true;