1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-15 14:57:22 +00:00

Merge branch 'master' into net

This commit is contained in:
Calvin Rose
2020-02-02 13:16:47 -06:00
5 changed files with 7 additions and 7 deletions

View File

@@ -596,7 +596,7 @@
(defn first
"Get the first element from an indexed data structure."
[xs]
(in xs 0))
(get xs 0))
(defn last
"Get the last element from an indexed data structure."

View File

@@ -27,10 +27,10 @@
#define JANETCONF_H
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 6
#define JANET_VERSION_MINOR 7
#define JANET_VERSION_PATCH 1
#define JANET_VERSION_EXTRA "-dev"
#define JANET_VERSION "1.6.1-dev"
#define JANET_VERSION "1.7.1-dev"
/* #define JANET_BUILD "local" */