Merge pull request #832 from Citadel-Station-13/upstream-merge-23201

[MIRROR] [READY]DATUM VERBS AND TOP MENUS!
This commit is contained in:
LetterJay
2017-05-10 23:05:37 -04:00
committed by GitHub
17 changed files with 590 additions and 256 deletions
+1
View File
@@ -457,6 +457,7 @@
#define LAZYACCESS(L, I) (L ? (isnum(I) ? (I > 0 && I <= L.len ? L[I] : null) : L[I]) : null)
#define LAZYLEN(L) length(L)
#define LAZYCLEARLIST(L) if(L) L.Cut()
#define SANITIZE_LIST(L) ( islist(L) ? L : list() )
/* Definining a counter as a series of key -> numeric value entries