1
0
mirror of https://github.com/janet-lang/janet synced 2026-04-18 21:01:27 +00:00
Files
janet/src
Ian Shehadeh 62608bec03 use janet_checktype over janet_type and ==
In destructure janet_type(_) == JANET_SYMBOL was used to check if a
value was a symbol.
This commit replaces that with the janet_checktype function,
because that function is used for the same purpose in other places.
2022-01-20 08:12:05 -05:00
..
2022-01-19 13:29:34 -05:00
2022-01-06 20:38:15 -06:00