1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-24 22:23:15 +00:00

Remove iterate-template from exported core symbols.

This commit is contained in:
Calvin Rose 2019-03-11 01:01:59 -04:00
parent 98e68a5cb4
commit a246877c1e

View File

@ -399,7 +399,7 @@
(put _env 'loop1 nil)
(put _env 'for-template nil)
(put _env 'iter-template nil)
(put _env 'iterate-template nil)
(put _env 'each-template nil)
(put _env 'keys-template nil)