1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-19 10:00:03 +00:00
llmII 532dac1b95
Check type instead of value
Primarily because trying to check the value results in a panic when the
value is not the type of value requested from the API. Also probably
cheaper and the previous idea of just getting the value then comparing
was pretty stupid (needed a string comparison... and was going to do
pointer comparison).
2021-09-06 09:48:29 -05:00
..
2021-08-29 11:29:41 -05:00
2021-09-06 09:48:29 -05:00