lean4-htt/tests/lean/hex_char.lean
Leonardo de Moura dfd2a23cd4 feat(frontends/lean): use #"c" instead of 'c' for character literals
The new notation is the same one used in Standard ML.
It will also allow us to use ' in the beginning of identifiers like Standard ML.
2016-11-17 11:35:54 -08:00

3 lines
48 B
Text

vm_eval #"\x41"
vm_eval #"\x42"
vm_eval #"\x43"