mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 19:22:40 +00:00
13 lines
138 B
Nim
13 lines
138 B
Nim
discard """
|
|
file: "thexlit.nim"
|
|
output: "equal"
|
|
"""
|
|
|
|
var t=0x950412DE
|
|
|
|
if t==0x950412DE:
|
|
echo "equal"
|
|
else:
|
|
echo "not equal"
|
|
|