Literals/Integer: Difference between revisions

+ AutoHotkey
(+ AutoHotkey)
Line 53:
IF ($2d7 = 727) AND (%001011010111 = 727) THEN WriteF('true\n')
ENDPROC</lang>
=={{header|AutoHotkey}}==
 
<lang AutoHotkey>
if (727 == 0x2d7)
msgbox true
</lang>
=={{header|AWK}}==
 
Anonymous user