Artifact 2155fec2c05cef203019be47f30e3d38780d14ef:
- File s2/unit/001-011-nameof.s2 — part of check-in [210ba2cf23] at 2014-07-17 14:16:13 on branch trunk — Initial infrastructure for s2 script bindings (supercedes th1ish). (user: stephan size: 139)
assert nameof print === 'print'; assert 'print' === nameof print; // hmmm... we currently don't have any other script-visible identifiers!