eaxhla/test/literal_escapes.eax
2024-07-16 04:46:36 +02:00

5 lines
81 B
Plaintext

program example
u8 <> var = "hello\"world\n!\vpadding\x90"
begin
end program