@ivelin.peychev wrote:
You know, like there is a tag in html5 that depending on the browser it executes different code to ensure compatibility.
<head> <!--[if lt IE 9]> <script src="/js/html5shiv.js"></script> <![endif]--> </head>
Is there such check in cPython and IronPython?
Posts: 3
Participants: 2