[READY]DATUM VERBS AND TOP MENUS!

This commit is contained in:
CitadelStationBot
2017-05-07 17:07:59 -05:00
parent dc7dbc5ec9
commit 181eee013e
15 changed files with 563 additions and 243 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